Skip to content

Commit

Permalink
Merge pull request #51 from gaia-charge/feature/rebrand
Browse files Browse the repository at this point in the history
Rebrand
  • Loading branch information
suda authored Jun 2, 2024
2 parents 043077e + 4ba89b3 commit d74002b
Show file tree
Hide file tree
Showing 180 changed files with 24,171 additions and 12,506 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ yarn-error.log
/tasks/
.env
.vscode
.netlify
.netlify
# Sentry Auth Token
.sentryclirc
33 changes: 0 additions & 33 deletions cloudcannon.config.yml

This file was deleted.

30 changes: 30 additions & 0 deletions cors-rules.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"CORSRules": [
{
"AllowedOrigins": [
"http://localhost:5173",
"http://localhost:8000",
"https://gaiacharge.com",
"https://staging.gaiacharge.com",
"https://partner.gaiacharge.com",
"https://partner.staging.gaiagreen.dev",
"https://website-go7pwvgrd-gaia-charge.vercel.app",
"https://41ce7c90fae7.ngrok.app"
],
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"GET",
"HEAD",
"POST",
"PUT",
"DELETE"
],
"MaxAgeSeconds": 3000,
"ExposeHeaders": [
"Etag"
]
}
]
}
3 changes: 0 additions & 3 deletions netlify.toml

This file was deleted.

Loading

0 comments on commit d74002b

Please sign in to comment.