From 847ce3e43af0f5584435a032f8bc6a14bcda0a87 Mon Sep 17 00:00:00 2001 From: Charlotte Bush Date: Sat, 24 Feb 2024 19:40:28 -0500 Subject: [PATCH] more troubleshooting -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) --- CNAME | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index ee6ace9..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -femmefaust.us \ No newline at end of file diff --git a/package.json b/package.json index 31ffd5d..dc186f8 100644 --- a/package.json +++ b/package.json @@ -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",