diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-11 23:09:17 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-11 23:09:17 +0100 |
| commit | 6d8a79ef390dfd6e1763900029f92ae572e739b9 (patch) | |
| tree | f883543149cd9f1103861329f99ac5a81b83f99f /174bg/handbook-vitepress/.vitepress/config.mts | |
| parent | 2ed0c6fbe38306d71a6caf4ff1affd16ab5f8246 (diff) | |
| download | unnamed-group-6d8a79ef390dfd6e1763900029f92ae572e739b9.tar unnamed-group-6d8a79ef390dfd6e1763900029f92ae572e739b9.tar.gz unnamed-group-6d8a79ef390dfd6e1763900029f92ae572e739b9.tar.bz2 unnamed-group-6d8a79ef390dfd6e1763900029f92ae572e739b9.tar.xz unnamed-group-6d8a79ef390dfd6e1763900029f92ae572e739b9.zip | |
more style changes
Diffstat (limited to '174bg/handbook-vitepress/.vitepress/config.mts')
| -rw-r--r-- | 174bg/handbook-vitepress/.vitepress/config.mts | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/174bg/handbook-vitepress/.vitepress/config.mts b/174bg/handbook-vitepress/.vitepress/config.mts index 0fec993..176492b 100644 --- a/174bg/handbook-vitepress/.vitepress/config.mts +++ b/174bg/handbook-vitepress/.vitepress/config.mts @@ -4,6 +4,28 @@ export default defineConfig({ title: "174th Battle Group Handbook", description: "A guide for members of the 174th Battle Group community.", srcDir: "docs", + // The sibling Manager site (174bg/manager) has no light mode at all, so + // match it by forcing dark mode here too instead of offering a toggle. + appearance: "force-dark", + + head: [ + ["link", { rel: "preconnect", href: "https://fonts.googleapis.com" }], + [ + "link", + { + rel: "preconnect", + href: "https://fonts.gstatic.com", + crossorigin: "", + }, + ], + [ + "link", + { + rel: "stylesheet", + href: "https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;900&family=Rajdhani:wght@400;500;600;700&display=swap", + }, + ], + ], themeConfig: { outline: { |
