Skip to content

Commit 986a4fb

Browse files
committed
deploy
1 parent e38223d commit 986a4fb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "physic",
2+
"name": "physic-3d",
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",

src/router/router.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {createRouter, createWebHistory} from "vue-router";
22
import Home from "@/pages/Home.vue";
33

44
const routes = [
5-
{ path: '/physic/', name: "Home", component: Home }
5+
{ path: '/physic-3d/', name: "Home", component: Home }
66
]
77

88
const router = createRouter({

vite.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { PrimeVueResolver } from "unplugin-vue-components/resolvers";
1010

1111
// https://vitejs.dev/config/
1212
export default defineConfig({
13-
base: "/physic/",
13+
base: "/physic-3d/",
1414
plugins: [
1515
vue(),
1616
ViteImageOptimizer({

0 commit comments

Comments
 (0)