Skip to content

Commit

Permalink
Build: Fix keystatic config
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans committed Nov 20, 2024
1 parent 60cf881 commit 94c6287
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keystatic.config.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import { config } from '@keystatic/core'
import { KEYSTATIC_STORAGE_KIND } from 'astro:env/client'
import { keystaticCampaignsConfig } from 'keystatic/keystatic.campaigns.config'
import { keystaticPostsConfig } from 'keystatic/keystatic.posts.config'
import { keystaticProjectsConfig } from 'keystatic/keystatic.projects.config'

export default config({
storage: {
// https://keystatic.com/docs/github-mode#setting-up-git-hub-mode
kind: import.meta.env.PUBLIC_ASTRO_STORAGE_KIND,
kind: KEYSTATIC_STORAGE_KIND,
repo: {
owner: 'osmberlin',
name: 'www.osm-verkehrswende.org',
Expand Down

0 comments on commit 94c6287

Please sign in to comment.