From 97817d29c5af6d4c949cb3cb0b6f17378d0e85e3 Mon Sep 17 00:00:00 2001 From: Korbs Date: Tue, 12 Sep 2023 03:55:33 -0400 Subject: [PATCH] Change public directory for Astro --- .app/astro/astro.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.app/astro/astro.config.ts b/.app/astro/astro.config.ts index 9eaacca..3b8605b 100644 --- a/.app/astro/astro.config.ts +++ b/.app/astro/astro.config.ts @@ -3,7 +3,7 @@ import mdx from '@astrojs/mdx' export default defineConfig({ compressHTML: true, - publicDir: "./src/public", + publicDir: "../../content/resources/", outDir: "../../.build/output/astro", cacheDir: "../../build/output/astro-cache/", server: {host: false},