Skip to content

Commit

Permalink
more troubleshooting
Browse files Browse the repository at this point in the history
-explicitly telling surge what domain to deploy to, since it only looks in the dist folder for the cname file
-deleting cname file because it's not necessary (gets generated every time it runs build anyway)
  • Loading branch information
Varlotte committed Feb 25, 2024
1 parent 2029a6f commit 847ce3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"deploy": "surge dist"
"deploy": "surge dist femmefaust.us"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.5.1",
Expand Down

0 comments on commit 847ce3e

Please sign in to comment.