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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user