202404170330
This commit is contained in:
parent
acb2ee459e
commit
f373c20513
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
import mdx from '@astrojs/mdx';
|
||||
|
||||
import sitemap from '@astrojs/sitemap';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
server: { port: 8001 },
|
||||
site: "https://limepot.xyz"
|
||||
site: "https://limepot.xyz",
|
||||
integrations: [mdx(), sitemap()],
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue