Skip to content

Commit bca0f08

Browse files
committed
fix: Fix deploy settings
1 parent 5a45e4d commit bca0f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint .",
1111
"preview": "vite preview",
1212
"predeploy": "npm run build",
13-
"deploy": "gh-pages -d dist"
13+
"deploy": "gh-pages -d Online-Python-Learning-Platform"
1414
},
1515
"dependencies": {
1616
"@codemirror/lang-python": "^6.1.7",

0 commit comments

Comments
 (0)