mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Subdirs are now supported, don't say they aren't
This commit is contained in:
parent
e9e99371a6
commit
247cc81b9c
1 changed files with 0 additions and 2 deletions
|
@ -8,7 +8,6 @@ config = {
|
|||
// ### Development **(default)**
|
||||
development: {
|
||||
// The url to use when providing links to the site, E.g. in RSS and email.
|
||||
// must not contain a path suffix after the hostname - "subdirs" are not (yet) supported!
|
||||
url: 'http://my-ghost-blog.com',
|
||||
|
||||
// Example mail config
|
||||
|
@ -45,7 +44,6 @@ config = {
|
|||
// When running Ghost in the wild, use the production environment
|
||||
// Configure your URL and mail settings here
|
||||
production: {
|
||||
// must not contain a path suffix after the hostname - "subdirs" are not (yet) supported!
|
||||
url: 'http://my-ghost-blog.com',
|
||||
mail: {},
|
||||
database: {
|
||||
|
|
Loading…
Add table
Reference in a new issue