mirror of https://github.com/Lissy93/dashy.git
💬 Sets name for compiled script
This commit is contained in:
parent
77bf770c02
commit
978064e75a
|
@ -18,4 +18,11 @@ module.exports = {
|
|||
msTileColor: '#0b1021',
|
||||
manifestCrossorigin: 'use-credentials',
|
||||
},
|
||||
|
||||
pages: {
|
||||
dashy: {
|
||||
entry: 'src/main.js',
|
||||
filename: 'index.html',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue