diff --git a/package.json b/package.json index 5a26882..6569dba 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "index-catalog": "node indexCatalog.js", "build": "vite build", "build:daily": "AWS_PROFILE=crane NODE_ENV=production vite build --mode daily --debug", - "build:staging": "NODE_ENV=production vite build --mode staging", + "build:staging": "AWS_PROFILE=crane NODE_ENV=production vite build --mode staging", "build:production": "NODE_ENV=production vite build --mode production", "deploy:daily": "AWS_PROFILE=crane vite s3-deploy --mode daily --debug", "deploy:production": "AWS_PROFILE=crane vite s3-deploy --mode production", diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 6ac74e2..0000000 --- a/public/index.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - Crane Stationery - - - - - - - -
- - - - - - - - - - - - - - - - - - - \ No newline at end of file