Test new deployment strategy
Some checks failed
Build and Deploy Astro Site / deploy (push) Failing after 50s

This commit is contained in:
2025-09-09 23:53:21 +02:00
parent 21ea6d26ac
commit 1e95de21f7
7 changed files with 34 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
'use client'
import { makePage } from '@keystatic/next/ui/app'
import config from '../../../keystatic.config'
import config from '../../../../keystatic.config'
export default makePage(config)