generate guide links at build time

This commit is contained in:
MapleLeaf
2022-01-02 20:10:22 -06:00
committed by Darius
parent ca26efe073
commit e13aa46311
4 changed files with 36 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import { AppLink } from "../components/app-link"
import { guideLinks } from "../data/guide-links"
import { guideLinks } from "../data/guide-links.preval"
import { mainLinks } from "../data/main-links"
import { linkClass } from "../styles/components"
import { PopoverMenu } from "./popover-menu"