aboutsummaryrefslogtreecommitdiffstats
path: root/astro.config.mjs
blob: 94b5c115d49abb14a9e698014d7fdc052f745edb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import { defineConfig } from 'astro/config';

import tailwind from "@astrojs/tailwind";

// https://astro.build/config
export default defineConfig({
  outDir: 'public',
  publicDir: 'static',
  integrations: [tailwind()]
});
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage