mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Implement header component
This commit is contained in:
parent
1928366081
commit
d2431c41c6
28 changed files with 951 additions and 11268 deletions
|
|
@ -3,9 +3,10 @@ import tailwind from '@astrojs/tailwind'
|
|||
import node from '@astrojs/node'
|
||||
import paraglide from '@inlang/paraglide-astro'
|
||||
import auth from 'auth-astro'
|
||||
|
||||
import { languageTags } from './project.inlang/settings.json'
|
||||
|
||||
import icon from 'astro-icon'
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
i18n: {
|
||||
|
|
@ -23,10 +24,14 @@ export default defineConfig({
|
|||
// recommended settings
|
||||
project: './project.inlang',
|
||||
outdir: './src/paraglide' //where your files should be
|
||||
})
|
||||
}),
|
||||
icon({ iconDir: 'src/img/icons' })
|
||||
],
|
||||
output: 'server',
|
||||
adapter: node({
|
||||
mode: 'standalone'
|
||||
})
|
||||
}),
|
||||
image: {
|
||||
domains: ['cdn.sittingonclouds.net']
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue