Added keystatic
All checks were successful
Build and Deploy Astro Site / deploy (push) Successful in 42s
All checks were successful
Build and Deploy Astro Site / deploy (push) Successful in 42s
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
// @ts-check
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
import react from '@astrojs/react';
|
||||
import markdoc from '@astrojs/markdoc';
|
||||
import keystatic from '@keystatic/astro'
|
||||
|
||||
import node from '@astrojs/node';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({});
|
||||
export default defineConfig({
|
||||
integrations: [react(), markdoc(), keystatic()],
|
||||
|
||||
adapter: node({
|
||||
mode: 'standalone',
|
||||
}),
|
||||
});
|
||||
Reference in New Issue
Block a user