diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-11-04 16:51:12 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-11-04 16:51:12 -0700 |
| commit | 6e2aa7159f2dabe28ecde23409c354ca4814b6e2 (patch) | |
| tree | 8737c0dc9039767913780ff49c8db3ba20c32a0c | |
| parent | 4d290e9a921051f9ddc40d35a1c532998a0a2b0f (diff) | |
fix: cloudflare pages build
| -rw-r--r-- | astro.config.mjs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index 94b5c11..461bd30 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -4,7 +4,5 @@ import tailwind from "@astrojs/tailwind"; // https://astro.build/config export default defineConfig({ - outDir: 'public', - publicDir: 'static', integrations: [tailwind()] });
\ No newline at end of file |
