0
Fork 0
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:
Michael Bradshaw 2013-12-21 16:51:14 -07:00
parent e9e99371a6
commit 247cc81b9c

View file

@ -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: {