You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: hide env
* feat: use translation for seo
* fix: downgrade graphql-tools
* fix: redirect to current look when changing locale
* test: update test with intl
* ci: added .env to cache
* ci(perf): added a build step to lhci
* refactor: remove apollo client
* fix: update env
@@ -144,6 +145,10 @@ With the graphql endpoint running launch `yarn codegen`, this will create a typi
144
145
145
146
Kirby use [vercel](https://vercel.com/docs) however you can use any other hosting service.
146
147
148
+
In order to not populate `.env` and still being able to deploy we are using [vercel-env](https://vercel.com/docs/concepts/projects/environment-variables).
149
+
150
+
You need to add both `NEXT_PUBLIC_GRAPHQL_ENDPOINT` and `DATABASE_URL` to have a sucessfull deployment on vercel.
151
+
147
152
## Roadmap:
148
153
149
154
(Would love Pull requests that build towards these objectives)
0 commit comments