1
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-06-28 22:50:01 +08:00
parent d73506cf81
commit 27f6a6384a

View File

@ -2,7 +2,7 @@ import { createRouter, createWebHistory } from 'vue-router'
import HomeView from '@/views/HomeView.vue'
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
history: createWebHistory('/'),
routes: [
{
path: '/',