aboutsummaryrefslogtreecommitdiffstats
path: root/astro.config.mjs
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2023-09-12 14:36:49 -0700
committerPinapelz <yukais@pinapelz.com>2023-09-12 14:36:49 -0700
commit578438e1e6ff3989e313f72dd1c1f0cc97f67221 (patch)
treee0ce09ef06ea27d20276e2e8b504ff70afeed4bc /astro.config.mjs
parentc25658c2618b460988c94ba58e5aed59879089f0 (diff)
bump astro to v3
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs8
1 files changed, 4 insertions, 4 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
index de7d57e..e7ef963 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -1,10 +1,10 @@
import { defineConfig } from 'astro/config';
import mdx from '@astrojs/mdx';
-
import sitemap from '@astrojs/sitemap';
+
// https://astro.build/config
export default defineConfig({
- site: 'https://pinapelz.com',
- integrations: [mdx(), sitemap()],
-});
+ site: 'https://pinapelz.com',
+ integrations: [mdx(), sitemap()]
+}); \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage