From 4d8d267978a297d41baabcfab3fe38f846712a1d Mon Sep 17 00:00:00 2001 From: Lightling Date: Wed, 13 Mar 2024 00:25:39 -0400 Subject: [PATCH] load stylesheets --- src/content-env.d.ts | 1 + src/main.vue | 27 ++++++++++++++++++++++++++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/src/content-env.d.ts b/src/content-env.d.ts index 18e180e..ad0b67d 100644 --- a/src/content-env.d.ts +++ b/src/content-env.d.ts @@ -4,6 +4,7 @@ declare module 'content/routes.js' { type GenericRouteDefinition = { id: string + stylesheetUrls: string[] template: Template } diff --git a/src/main.vue b/src/main.vue index 2e508e3..7b70df8 100644 --- a/src/main.vue +++ b/src/main.vue @@ -1,6 +1,31 @@