Skip to content

Commit

Permalink
Merge pull request #476 from uclaacm/james/UpdateCNAME
Browse files Browse the repository at this point in the history
Updated CNAME for site
  • Loading branch information
ariyin authored Oct 26, 2024
2 parents 4d82d14 + 3223d14 commit 26655d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hack.uclaacm.com
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "vite build && cp CNAME dist/",
"lint": "eslint src/",
"preview": "vite preview",
"prepare": "husky install",
"deploy": "NODE_DEBUG=gh-pages gh-pages -d dist -r https://$GIT_USER@github.com/uclaacm/hack.uclaacm.com.git"
"deploy": "npm run build && NODE_DEBUG=gh-pages gh-pages -d dist -r https://$GIT_USER@github.com/uclaacm/hack.uclaacm.com.git"
},
"engines": {
"node": ">=20.0.0"
Expand Down

0 comments on commit 26655d7

Please sign in to comment.