update
This commit is contained in:
parent
f1537f67dc
commit
88c1c549ed
8 changed files with 361 additions and 17 deletions
|
@ -1,4 +1,5 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
import vue from '@astrojs/vue';
|
||||
|
||||
// Environment Variables
|
||||
import {
|
||||
|
@ -24,7 +25,7 @@ export default defineConfig({
|
|||
integrations: [
|
||||
mdx(),
|
||||
partytown(),
|
||||
react(),
|
||||
vue(),
|
||||
// Disable Keystatic in production
|
||||
// https://keystatic.com/docs/recipes/astro-disable-admin-ui-in-production
|
||||
...(process.env.SKIP_KEYSTATIC ? [] : [keystatic()])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue