Skip to content

Commit

Permalink
路径问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zxcvbnmzsedr committed Dec 21, 2024
1 parent 723bb71 commit 3b28106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="referrer" content="no-referrer">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<title>Alist课程插件</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "vite build --base=/alist-course-plugin/",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
Expand Down

0 comments on commit 3b28106

Please sign in to comment.