We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5ef9d commit 39ae9c4Copy full SHA for 39ae9c4
1 file changed
src/router.ts
@@ -1,8 +1,8 @@
1
-import { createRouter, createWebHistory } from 'vue-router'
+import { createRouter, createWebHashHistory } from 'vue-router'
2
import { SYSTEM_PROMPTS } from './config'
3
4
const router = createRouter({
5
- history: createWebHistory(import.meta.env.BASE_URL),
+ history: createWebHashHistory(),
6
routes: [
7
{
8
path: '/',
0 commit comments