mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Implement SignIn/SignOut
This commit is contained in:
parent
bce35d73ca
commit
adeb3fd3bf
16 changed files with 987 additions and 77 deletions
|
|
@ -2,6 +2,7 @@
|
|||
import { defineConfig } from 'astro/config'
|
||||
import tailwind from '@astrojs/tailwind'
|
||||
import node from '@astrojs/node'
|
||||
import react from '@astrojs/react';
|
||||
import paraglide from '@inlang/paraglide-astro'
|
||||
import auth from 'auth-astro'
|
||||
import icon from 'astro-icon'
|
||||
|
|
@ -23,8 +24,9 @@ export default defineConfig({
|
|||
tailwind(),
|
||||
auth(),
|
||||
paraglide({ project: './project.inlang', outdir: './src/paraglide' }),
|
||||
icon({ iconDir: 'src/img/icons' })
|
||||
icon({ iconDir: 'src/img/icons' }),
|
||||
react()
|
||||
],
|
||||
output: 'server',
|
||||
adapter: node({ mode: 'standalone' })
|
||||
})
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue