diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-09-20 02:12:17 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-09-20 02:12:17 -0700 |
| commit | 25b83d9e21379286e0508af69f5c813f18e27e06 (patch) | |
| tree | 4c479882d7fa8a79b31852f61816820ac814ff2b | |
| parent | 0f6ba209e0602f12755a63f87715d87e630d92ae (diff) | |
update site URL
| -rw-r--r-- | astro.config.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index 1eac790..dc4791d 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -5,7 +5,7 @@ import sitemap from '@astrojs/sitemap'; // https://astro.build/config export default defineConfig({ - site: 'https://pinapelz.com', + site: 'https://blog.pinapelz.com', integrations: [mdx(), sitemap()], image:{ service: squooshImageService(), |
