mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix(docs): read version from root package.json for nav badge
The docs version badge was reading from apps/docs/package.json which gets out of sync during manual releases. Read from the monorepo root package.json instead so it always matches the released version.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { defineConfig } from "vitepress";
|
||||
import llmstxt from "vitepress-plugin-llms";
|
||||
import pkg from "../package.json";
|
||||
import pkg from "../../../package.json";
|
||||
|
||||
export default defineConfig({
|
||||
title: "SnapOtter",
|
||||
|
||||
Reference in New Issue
Block a user