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


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