format
This commit is contained in:
parent
79f42b60d8
commit
4edf616a73
1 changed files with 6 additions and 4 deletions
|
@ -3,7 +3,9 @@ import mdx from '@astrojs/mdx';
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
server: { port: 8001 },
|
server: {
|
||||||
|
port: 8001
|
||||||
|
},
|
||||||
site: "https://limepot.xyz",
|
site: "https://limepot.xyz",
|
||||||
integrations: [mdx()],
|
integrations: [mdx()]
|
||||||
});
|
});
|
Loading…
Reference in a new issue