aboutsummaryrefslogtreecommitdiffstats
path: root/astro.config.mjs
blob: ae9e24097aaa5845ccdc359b3f8b1623970bb831 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import { defineConfig, sharpImageService } from 'astro/config';
import mdx from '@astrojs/mdx';
import sitemap from '@astrojs/sitemap';
import react from '@astrojs/react';
import remarkGfm from 'remark-gfm';


// https://astro.build/config
export default defineConfig({
  site: 'https://blog.pinapelz.com',
  integrations: [mdx({
    remarkPlugins: [remarkGfm],
  }), sitemap(), react()],
  image:{
    service: sharpImageService(),
  }
});
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage