diff options
Diffstat (limited to 'lib/configuration.js')
-rw-r--r-- | lib/configuration.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/configuration.js b/lib/configuration.js index b69cff3..708797d 100644 --- a/lib/configuration.js +++ b/lib/configuration.js @@ -176,7 +176,7 @@ Configuration.DEFAULT = { // Set another theme with your own layout // It's recommended to use plugins or add more options for default theme, though // See https://github.com/GitbookIO/gitbook/issues/209 - "theme": path.resolve(__dirname, '../../theme'), + "theme": path.resolve(__dirname, '../theme'), // Links in template (null: default, false: remove, string: new value) "links": { |