diff options
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/wallabag.yml | 4 | ||||
-rw-r--r-- | app/config/webpack/common.js | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index bbc587b0..7795bae6 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml | |||
@@ -153,6 +153,10 @@ wallabag_core: | |||
153 | name: api_user_registration | 153 | name: api_user_registration |
154 | value: 0 | 154 | value: 0 |
155 | section: api | 155 | section: api |
156 | - | ||
157 | name: store_article_headers | ||
158 | value: 0 | ||
159 | section: entry | ||
156 | 160 | ||
157 | wallabag_user: | 161 | wallabag_user: |
158 | registration_enabled: "%fosuser_registration%" | 162 | registration_enabled: "%fosuser_registration%" |
diff --git a/app/config/webpack/common.js b/app/config/webpack/common.js index c497689a..47113950 100644 --- a/app/config/webpack/common.js +++ b/app/config/webpack/common.js | |||
@@ -13,8 +13,8 @@ module.exports = function () { | |||
13 | }, | 13 | }, |
14 | output: { | 14 | output: { |
15 | filename: '[name].js', | 15 | filename: '[name].js', |
16 | path: path.resolve(rootDir, 'web/bundles/wallabagcore'), | 16 | path: path.resolve(rootDir, 'web/wallassets'), |
17 | publicPath: '/bundles/wallabagcore/', | 17 | publicPath: '/wallassets/', |
18 | }, | 18 | }, |
19 | plugins: [ | 19 | plugins: [ |
20 | new webpack.ProvidePlugin({ | 20 | new webpack.ProvidePlugin({ |