From 943efc24821cc7b3758fdc1aabbe509e54c0e2fc Mon Sep 17 00:00:00 2001 From: kaubu <29447633+kaubu@users.noreply.github.com> Date: Fri, 1 Dec 2023 08:43:05 +0000 Subject: [PATCH] v1.1.6 - base test --- src/router/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/router/index.ts b/src/router/index.ts index cfebf1b..6387b70 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -1,8 +1,10 @@ import { createRouter, createWebHistory } from "vue-router"; import GeneratorView from "../views/Generator.vue"; +// console.log(`BASE_URL = ${import.meta.env.BASE_URL}`); + const router = createRouter({ - history: createWebHistory(import.meta.env.BASE_URL), + history: createWebHistory("/name-generator/"), routes: [ { path: "/",