mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
init
This commit is contained in:
15
astro.config.mjs
Normal file
15
astro.config.mjs
Normal file
@@ -0,0 +1,15 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
import mdx from '@astrojs/mdx';
|
||||
|
||||
import sitemap from '@astrojs/sitemap';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: 'https://mortenolsen.pro',
|
||||
integrations: [mdx(), sitemap()],
|
||||
vite: {
|
||||
build: {
|
||||
assetsInlineLimit: 1024 * 10,
|
||||
}
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user