mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed port for local development
- updated helpers to use port 4000 for local development
This commit is contained in:
parent
4ac29fc40a
commit
d44571be16
1 changed files with 1 additions and 1 deletions
|
@ -109,6 +109,6 @@ export function getBundledCssLink({appVersion}) {
|
|||
if (process.env.NODE_ENV === 'production' && appVersion) {
|
||||
return `https://unpkg.com/@tryghost/comments-ui@~${appVersion}/umd/main.css`;
|
||||
} else {
|
||||
return 'http://localhost:3000/main.css';
|
||||
return 'http://localhost:4000/main.css';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue