mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Update to Astro V5
This commit is contained in:
parent
d61ce20e5d
commit
e57775833b
4 changed files with 934 additions and 469 deletions
|
|
@ -2,7 +2,7 @@
|
|||
import { defineConfig } from 'astro/config'
|
||||
import tailwind from '@astrojs/tailwind'
|
||||
import node from '@astrojs/node'
|
||||
import react from '@astrojs/react';
|
||||
import react from '@astrojs/react'
|
||||
import paraglide from '@inlang/paraglide-astro'
|
||||
import icon from 'astro-icon'
|
||||
|
||||
|
|
@ -26,8 +26,5 @@ export default defineConfig({
|
|||
react()
|
||||
],
|
||||
output: 'server',
|
||||
adapter: node({ mode: 'standalone' }),
|
||||
security: {
|
||||
checkOrigin: true
|
||||
}
|
||||
})
|
||||
adapter: node({ mode: 'standalone' })
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue