Skip to content

Commit

Permalink
Fix path bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdjiji committed Nov 7, 2024
1 parent bbda250 commit 54e97b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## 快速上手

首先,你需要在 GitHub 上选择 `Use this template` 按钮,然后填写相应信息,创建一个新的仓库。编辑 `album` 目录中的 `meta.yml` 文件和里面的照片,然后直接提交到仓库,GitHub Actions 会自动构建并部署到 GitHub Pages。
首先,你需要在 GitHub 上选择 `Use this template` 按钮,然后填写相应信息,创建一个新的仓库。`vue.config.js` 中的 `publicPath` 设置为你仓库的名称(部署路径,如果你打算部署在根上则设置为 `/` 或直接删除该行),编辑 `album` 目录中的 `meta.yml` 文件和里面的照片,然后直接提交到仓库,GitHub Actions 会自动构建并部署到 GitHub Pages。

### album 目录结构

Expand Down
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
publicPath: '/iAlbum',
devServer: {
proxy: {
'/api': {
Expand Down

0 comments on commit 54e97b3

Please sign in to comment.