We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a1ae8 commit 005620cCopy full SHA for 005620c
1 file changed
docs/.vitepress/config.ts
@@ -1,6 +1,7 @@
1
import { defineConfig } from 'vitepress';
2
3
export default defineConfig({
4
+ base: '/ts-typed-errors/',
5
title: 'ts-typed-errors',
6
description: 'Exhaustive error matching for TypeScript',
7
themeConfig: {
0 commit comments