diff --git a/.env.custom b/.env.custom index a564fbb..023cc35 100644 --- a/.env.custom +++ b/.env.custom @@ -18,4 +18,10 @@ VITE_APP_IMAGE_CATEGORY_PARAMS=?height=600&width=600 VITE_APP_IMAGE_LIB_URL=https://imagelib-api.crane.com VITE_APP_CRANE_ORDER_URL=https://order.crane.com VITE_APP_BASE_URL=https://www.crane.com -VITE_APP_RP_AUTH_NAME=rp_auth_stg \ No newline at end of file +VITE_APP_RP_AUTH_NAME=rp_auth_stg + +VITE_ACCESS_KEY_ID=AKIAsXBHFRMEXHWQCPJGN +VITE_SECRET_ACCESS_KEY=MPsiVn466VRgFKDLIm//Ys9/2GH/xgMvSjGecr4el +VITE_S3_REGION=us-east-1 +VITE_S3_BUCKET=retailer-edge-daily-website-bucket +VITE_CLOUDFRONT_ID=E1NGW2VX0JV40Ws \ No newline at end of file diff --git a/.env.development b/.env.development index 407b199..26f3733 100644 --- a/.env.development +++ b/.env.development @@ -27,5 +27,5 @@ VITE_APP_RP_AUTH_NAME=rp_auth_stg VITE_ACCESS_KEY_ID=AKIAsXBHFRMEXHWQCPJGN VITE_SECRET_ACCESS_KEY=MPsiVn466VRgFKDLIm//Ys9/2GH/xgMvSjGecr4el VITE_S3_REGION=us-east-1 -VITE_S3_BUCKET=assets-edge-daily-website-bucket -VITE_CLOUDFRONT_ID=EJ6BUC5VUXA6Z \ No newline at end of file +VITE_S3_BUCKET=retailer-edge-daily-website-bucket +VITE_CLOUDFRONT_ID=E1NGW2VX0JV40W \ No newline at end of file diff --git a/.env.production b/.env.production index a9c8c0e..29d29e5 100644 --- a/.env.production +++ b/.env.production @@ -16,11 +16,14 @@ VITE_APP_MAINTENANCE_MODE=false VITE_APP_MAINTENANCE_PAGE_URL=/maintenance VITE_APP_IMAGE_CATEGORY_PARAMS=?height=600&width=600 VITE_APP_CRANE_ORDER_URL=https://ordertest.crane.com - -DEPLOY_S3_REGION=us-east-1 -DEPLOY_S3_BUCKET=retailer-edge-production-website-bucket -DEPLOY_CLOUDFRONT_ID=E1WSOW180GVD3S + VITE_APP_ASSETS_NODESLS_URL=https://assets-sls.crane.com VITE_APP_IMAGE_LIB_URL=https://imagelib-api.crane.com VITE_APP_BASE_URL=https://retailer.crane.com -VITE_APP_RP_AUTH_NAME=rp_auth_prod \ No newline at end of file +VITE_APP_RP_AUTH_NAME=rp_auth_prod + +VITE_ACCESS_KEY_ID=AKIAsXBHFRMEXHWQCPJGN +VITE_SECRET_ACCESS_KEY=MPsiVn466VRgFKDLIm//Ys9/2GH/xgMvSjGecr4el +VITE_S3_REGION=us-east-1 +VITE_S3_BUCKET=retailer-edge-daily-website-bucket +VITE_CLOUDFRONT_ID=E1NGW2VX0JV40W \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..6ac74e2 --- /dev/null +++ b/index.html @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + Crane Stationery + + + + + + + +
+ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/package.json b/package.json index f0b8332..77e891f 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,7 @@ "private": true, "scripts": { "serve": "vite serve --port 8092", - - "serve:daily": "NODE_ENV=staging vite --mode development --port 8092", + "serve:daily": "vite --mode daily --port 8092", "serve:custom": "vite serve --mode custom --port 8092", "serve:development": "vite serve --mode development --port 8092", "serve:staging": "vite serve --mode staging --port 8092", diff --git a/public/index.html b/public/index.html index ef41e08..6ac74e2 100644 --- a/public/index.html +++ b/public/index.html @@ -24,8 +24,9 @@
- - + + + -