diff options
| author | aspizu <aspizu@protonmail.com> | 2025-03-10 03:33:33 +0530 |
|---|---|---|
| committer | aspizu <aspizu@protonmail.com> | 2025-03-10 03:33:33 +0530 |
| commit | e6af7e70d05fe89be3b3b5a584a094edd1342b56 (patch) | |
| tree | 184cd16bb23683119ab1cf94fed6184310009720 /src/index.ts | |
| parent | 067cda9660c55107477f476ee1819486e7de8a6a (diff) | |
feat: remove default layout assignment in gemtext function and update layout import logic
Diffstat (limited to 'src/index.ts')
| -rw-r--r-- | src/index.ts | 3 |
1 files changed, 0 insertions, 3 deletions
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: { |
