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 2e989a4 commit a767d61Copy full SHA for a767d61
.vitepress/config.mts
@@ -4,6 +4,7 @@ import { defineConfig } from "vitepress";
4
export default defineConfig({
5
title: "A11Y For React Devs",
6
description: "A VitePress Site",
7
+ base: "/a11y-for-react-devs/",
8
themeConfig: {
9
sidebar: [
10
{
0 commit comments