feat: build juozas auto site
This commit is contained in:
12
astro.config.mjs
Normal file
12
astro.config.mjs
Normal file
@@ -0,0 +1,12 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
import sitemap from '@astrojs/sitemap';
|
||||
import tailwind from '@astrojs/tailwind';
|
||||
|
||||
export default defineConfig({
|
||||
site: 'https://auto.juozas.lt',
|
||||
output: 'static',
|
||||
integrations: [tailwind(), sitemap()],
|
||||
image: {
|
||||
domains: ['images.unsplash.com'],
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user