mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
misc fixes
This commit is contained in:
parent
7aa64366c0
commit
971d4f2ce6
41 changed files with 18860 additions and 85 deletions
|
|
@ -1,3 +1,4 @@
|
|||
// @ts-check
|
||||
import { defineConfig } from 'astro/config'
|
||||
import tailwind from '@astrojs/tailwind'
|
||||
import node from '@astrojs/node'
|
||||
|
|
@ -21,18 +22,9 @@ export default defineConfig({
|
|||
integrations: [
|
||||
tailwind(),
|
||||
auth(),
|
||||
paraglide({
|
||||
// recommended settings
|
||||
project: './project.inlang',
|
||||
outdir: './src/paraglide' //where your files should be
|
||||
}),
|
||||
paraglide({ project: './project.inlang', outdir: './src/paraglide' }),
|
||||
icon({ iconDir: 'src/img/icons' })
|
||||
],
|
||||
output: 'server',
|
||||
adapter: node({
|
||||
mode: 'standalone'
|
||||
}),
|
||||
image: {
|
||||
domains: ['cdn.sittingonclouds.net']
|
||||
}
|
||||
adapter: node({ mode: 'standalone' })
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue