Revert "fix: options page (#131)"

This reverts commit dc100b5d3a.
This commit is contained in:
knownotunknown
2024-03-11 00:00:38 -05:00
parent 00502657f4
commit 969c5a234f
3 changed files with 2 additions and 7 deletions

View File

@@ -155,10 +155,6 @@ 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: {
@@ -166,7 +162,6 @@ 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