From 1c4b69160852c16d3f694939fd5a25d495d838ff Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 11 Dec 2023 18:17:58 +0200 Subject: [PATCH] squash! --- astro.config.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/astro.config.ts b/astro.config.ts index 360ba80ec..8fcbfb630 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -5,9 +5,6 @@ export default (await import("astro/config")).defineConfig({ // TODO Place your site URL here // site: "", compressHTML: true, - experimental: { - devOverlay: true, - }, integrations: [ import.meta.env.MODE === "production" ? (await import("astrojs-service-worker")).default()