Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: deploy to CloudFlare Pages (#47)
* deploy to CloudFlare * remove $i18n alias Cloudflare can't seem to parse it when deploying to staging * Revert "remove $i18n alias" This reverts commit 75abf61. * generate i18n artifacts before build * Update app.d.ts * debug: VITE_ env variable * now do PUBLIC_GAME_VERSION * Revert "now do PUBLIC_GAME_VERSION" This reverts commit 46a9f4a. * Revert "debug: VITE_ env variable" This reverts commit 7809949. * Revert "Update app.d.ts" This reverts commit 51619a4. * Update app.d.ts * debug: are env variables defined during build? * debug: get env variable from process.env * debug: try platform.env * Revert "debug: try platform.env" This reverts commit 9416c26. * Revert "debug: get env variable from process.env" This reverts commit 32044cb. * Revert "debug: are env variables defined during build?" This reverts commit 7052328. * revert changes to `app.d.ts` * revert typesafe-i18n during build command * deploy to CloudFlare pages using GH actions Remove deployment to S3 * debug: bypass semantic release for now * add wrangler.toml config * maybe use cwd (?) * use publish command * back to deploy but with working dir * restore semantic release and action branch * revert export in app.d.ts * fix broken image for Reykjavik
- Loading branch information