Implement header banner

This commit is contained in:
Jorge Vargas 2024-09-03 17:47:49 -06:00
parent a79cc8e172
commit 6f00481c25
5 changed files with 35 additions and 22 deletions

View file

@ -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({