diff --git a/src/tags.ts b/src/tags.ts index 3b7a9fb..9bf8183 100644 --- a/src/tags.ts +++ b/src/tags.ts @@ -1,3 +1,4 @@ +// !!NOTE: This `import.meta.glob` is currently a Vite-only feature. const modules = import.meta.glob>("./articles/*", { import: "tags", eager: true,