add edit link base

This commit is contained in:
Joel Wetzell
2026-03-26 18:11:21 -05:00
parent a8b3815372
commit 4d76d36d37
+3
View File
@@ -8,6 +8,9 @@ export default defineConfig({
title: "showbridge", title: "showbridge",
tableOfContents: false, tableOfContents: false,
favicon: "/favicon.ico", favicon: "/favicon.ico",
editLink: {
baseUrl: 'https://github.com/jwetzell/showbridge-docs/edit/main/',
},
social: [ social: [
{ {
icon: "github", icon: "github",