We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60cf881 commit 94c6287Copy full SHA for 94c6287
keystatic.config.ts
@@ -1,12 +1,13 @@
1
import { config } from '@keystatic/core'
2
+import { KEYSTATIC_STORAGE_KIND } from 'astro:env/client'
3
import { keystaticCampaignsConfig } from 'keystatic/keystatic.campaigns.config'
4
import { keystaticPostsConfig } from 'keystatic/keystatic.posts.config'
5
import { keystaticProjectsConfig } from 'keystatic/keystatic.projects.config'
6
7
export default config({
8
storage: {
9
// https://keystatic.com/docs/github-mode#setting-up-git-hub-mode
- kind: import.meta.env.PUBLIC_ASTRO_STORAGE_KIND,
10
+ kind: KEYSTATIC_STORAGE_KIND,
11
repo: {
12
owner: 'osmberlin',
13
name: 'www.osm-verkehrswende.org',
0 commit comments