fix: options page (#131)

* fix: options page

* chore: rename title of options page

---------

Co-authored-by: Razboy20 <razboy20@gmail.com>
This commit is contained in:
Lukas Zenick
2024-03-08 20:58:52 -06:00
committed by GitHub
parent 10eb9e4456
commit dc100b5d3a
5 changed files with 9 additions and 3 deletions

View File

@@ -136,6 +136,10 @@ export default defineConfig({
target: 'http://localhost:5173',
rewrite: path => path.replace('calendar', 'src/pages/calendar/index'),
},
'/options.html': {
target: 'http://localhost:5173',
rewrite: path => path.replace('options', 'src/pages/options/index'),
},
},
},
build: {
@@ -143,6 +147,7 @@ export default defineConfig({
input: {
debug: 'src/pages/debug/index.html',
calendar: 'src/pages/calendar/index.html',
options: 'src/pages/options/index.html',
},
// output: {
// entryFileNames: `[name].js`, // otherwise it will add the hash