feat: add documentation for configuration

This commit is contained in:
aspizu
2025-03-10 03:40:03 +05:30
parent 663aceceb4
commit 74d877c774
+3
View File
@@ -4,7 +4,10 @@ import gemtextVitePlugin from "./vitePlugin.js"
export const ext = "gmi"
/** Gemtext configuration options */
export interface GemtextConfig {
/** Absolute import path to the layout to use for all gemtext pages.
* If not provided, HMR and the Astro toolbar will not work. (default: none) */
layout?: string
}