migrated to react
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
import tailwindcss from '@tailwindcss/vite';
|
||||
|
||||
import react from '@astrojs/react';
|
||||
import node from '@astrojs/node';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
output: 'server',
|
||||
integrations: [react()],
|
||||
security: {
|
||||
checkOrigin: false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user