Skip to content

Commit

Permalink
Hotfix: Change remote url in ./switch
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnans2006 committed Nov 18, 2023
1 parent cffa7c2 commit 0d45f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion switch
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [ "$1" == "event" ]; then
sed "s|<title>HackTJ</title>|<title>HackTJ 11.0</title>|" src/app.html > src/app.$$.html && mv src/app.$$.html src/app.html

rm -f static/CNAME
git remote set-url origin [email protected]:HackTJ/2023.git
git remote set-url origin [email protected]:HackTJ/2024.git
elif [ "$1" == "homepage" ]; then
sed "s|base: '/2024'|base: ''|" svelte.config.js > svelte.config.$$.js && mv svelte.config.$$.js svelte.config.js
sed "s|<title>HackTJ 11.0</title>|<title>HackTJ</title>|" src/app.html > src/app.$$.html && mv src/app.$$.html src/app.html
Expand Down

0 comments on commit 0d45f00

Please sign in to comment.