Skip to content

Commit

Permalink
v1.1.6 - base test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaubu committed Dec 1, 2023
1 parent 0489443 commit 943efc2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/router/index.ts
Original file line number Diff line number Diff line change
@@ -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: "/",
Expand Down

0 comments on commit 943efc2

Please sign in to comment.