From 247cc81b9c684191a3df88dfd613bd3fe5f2d0f9 Mon Sep 17 00:00:00 2001 From: Michael Bradshaw Date: Sat, 21 Dec 2013 16:51:14 -0700 Subject: [PATCH] Subdirs are now supported, don't say they aren't --- config.example.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.example.js b/config.example.js index e316fc96e5..d27c786591 100644 --- a/config.example.js +++ b/config.example.js @@ -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: {