Skip to content

Commit

Permalink
feat: 페이지 베이스 url 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
arkk200 committed Jan 20, 2024
1 parent 7b370e3 commit 83f0a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { store } from "@src/stores";
import { createRouter, createWebHistory } from "vue-router";

const router = createRouter({
history: createWebHistory(""),
history: createWebHistory("PIXEL/"),
routes: [
{ path: "/", name: "main", component: () => import("./main.vue") },
{
Expand Down

0 comments on commit 83f0a78

Please sign in to comment.