Skip to content

Commit

Permalink
fix route
Browse files Browse the repository at this point in the history
  • Loading branch information
da-in committed Feb 19, 2024
1 parent 74419fb commit 414da3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const routes = [
]

const router = createRouter({
history: createWebHistory('/today-popup-web'),
history: createWebHistory(),
routes,
})

Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
base: '/today-popup-web',
})

0 comments on commit 414da3b

Please sign in to comment.