From 98c810e7da027b48d459a20a3df61acb220e6871 Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 30 Aug 2023 16:17:56 -0400 Subject: [PATCH] Remove experiment tag, updated to Astro 3.0 --- app/astro/astro.config.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/astro/astro.config.ts b/app/astro/astro.config.ts index 65497eb..8679c66 100644 --- a/app/astro/astro.config.ts +++ b/app/astro/astro.config.ts @@ -11,8 +11,5 @@ export default defineConfig({ }, build: { format: 'file' - }, - experimental: { - assets: true, } }) \ No newline at end of file