mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Implement header banner
This commit is contained in:
parent
a79cc8e172
commit
6f00481c25
5 changed files with 35 additions and 22 deletions
|
|
@ -4,7 +4,7 @@ import node from '@astrojs/node'
|
|||
import paraglide from '@inlang/paraglide-astro'
|
||||
import auth from 'auth-astro'
|
||||
import { languageTags } from './project.inlang/settings.json'
|
||||
|
||||
import { astroImageTools } from 'astro-imagetools'
|
||||
import icon from 'astro-icon'
|
||||
|
||||
// https://astro.build/config
|
||||
|
|
@ -26,7 +26,8 @@ export default defineConfig({
|
|||
project: './project.inlang',
|
||||
outdir: './src/paraglide' //where your files should be
|
||||
}),
|
||||
icon({ iconDir: 'src/img/icons' })
|
||||
icon({ iconDir: 'src/img/icons' }),
|
||||
astroImageTools
|
||||
],
|
||||
output: 'server',
|
||||
adapter: node({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue