Skip to content

Commit

Permalink
try cfturnstile-vue3
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed May 13, 2024
1 parent f93e7cb commit 84c644d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion frontend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {createRouter, createWebHistory} from "vue-router";

const routes = [
{path: '/', component: App},
{path: '/Kitan', component: App},
]
const router = createRouter({
history: createWebHistory(),
Expand Down
2 changes: 1 addition & 1 deletion frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export default defineConfig({
vue(),
UnoCSS(),
],
base: '/Kitan',
base: '/',
})

0 comments on commit 84c644d

Please sign in to comment.