mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Fixed port for local development
- updated helpers to use port 4000 for local development
This commit is contained in:
parent
4ac29fc40a
commit
d44571be16
@ -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…
Reference in New Issue
Block a user