aboutsummaryrefslogtreecommitdiffstats
path: root/astro.config.mjs
blob: de7d57eb06deb8e55307f70515f36b82e55dab2e (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