[O] Convert blog to setup script

This commit is contained in:
Azalea Gui
2023-03-09 15:37:09 -05:00
parent 731c08dbcb
commit 747d725c43
4 changed files with 37 additions and 48 deletions
+5
View File
@@ -0,0 +1,5 @@
import {BlogMeta} from "@/scripts/models";
export let globals = {
staticMeta: {tags: [], categories: [], posts: []} as BlogMeta,
}