Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
CrashCringle12 committed Jun 20, 2024
1 parent b358faf commit ac73257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-react-portfolio-template",
"homepage": "https://CrashCringle12.github.io",
"homepage": "https://crashcringle.com",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -b master -d build",
"deploy": "gh-pages -d build",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
Expand Down

0 comments on commit ac73257

Please sign in to comment.