We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c660579 commit fc56b84Copy full SHA for fc56b84
.github/workflows/deploy.yml
@@ -70,13 +70,13 @@ jobs:
70
- name: Build blog project
71
run: |
72
echo ${{ github.workspace }}
73
- pnpm run build:dev
+ pnpm run build:pro
74
75
# 资源拷贝
76
- name: Build with Jekyll
77
uses: actions/jekyll-build-pages@v1
78
with:
79
- source: ./dist-dev
+ source: ./dist-pro
80
destination: ./_site
81
82
# 上传 _site 的资源,用于后续部署
package.json
@@ -65,6 +65,7 @@
65
"@types/react": "^19.0.2",
66
"@types/react-dom": "^19.0.2",
67
"@vitejs/plugin-react-swc": "^3.7.2",
68
+ "esbuild": "0.24.0",
69
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
0 commit comments