mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Add css on share public page
This commit is contained in:
parent
6b1b148d65
commit
77255d6688
9 changed files with 17 additions and 3 deletions
|
@ -9,6 +9,7 @@ module.exports = function () {
|
|||
entry: {
|
||||
material: path.join(rootDir, './app/Resources/static/themes/material/index.js'),
|
||||
baggy: path.join(rootDir, './app/Resources/static/themes/baggy/index.js'),
|
||||
public: path.join(rootDir, './app/Resources/static/themes/_global/share.js'),
|
||||
},
|
||||
output: {
|
||||
filename: '[name].js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue