From e6af7e70d05fe89be3b3b5a584a094edd1342b56 Mon Sep 17 00:00:00 2001 From: aspizu Date: Mon, 10 Mar 2025 03:33:33 +0530 Subject: feat: remove default layout assignment in gemtext function and update layout import logic --- src/index.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts index 215b033..52e5581 100644 --- a/src/index.ts +++ b/src/index.ts @@ -16,9 +16,6 @@ type SetupHookParams = HookParameters<"astro:config:setup"> & { } export default function gemtext(config: GemtextConfig = {}): AstroIntegration { - if (!config.layout) { - config.layout = "/src/layouts/Layout.astro" - } return { name: "astro-gemtext", hooks: { -- cgit v1.2.3