We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03df7e8 commit 5213e50Copy full SHA for 5213e50
docs/.vitepress/config.mts
@@ -4,6 +4,7 @@ import {defineConfig} from 'vitepress'
4
export default defineConfig({
5
title: "@node-oauth/oauth2-server",
6
description: "OAuth2 server for Node.js",
7
+ base: '/node-oauth/',
8
head: [['link', { rel: 'icon', href: '/images/favicon.ico' }]],
9
themeConfig: {
10
// https://vitepress.dev/reference/default-theme-config
0 commit comments