aboutsummaryrefslogtreecommitdiffstats
path: root/astro.config.mjs
blob: e7ef96348ded5d08c6e5979139c0574ae743ed5f (plain) (blame)
1
2
3
4
5
6
7
8
9
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()]
});
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage