We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 457ea5b commit 14dfb96Copy full SHA for 14dfb96
.husky/pre-commit
@@ -0,0 +1,4 @@
1
+#!/usr/bin/env sh
2
+. "$(dirname -- "$0")/_/husky.sh"
3
+
4
+npx lint-staged
docs/.vitepress/config.ts
@@ -22,7 +22,7 @@ function loadTypedocSidebar() {
22
export default defineConfig({
23
// Build static site even if some cross-package API links are unresolved in early builds
24
ignoreDeadLinks: true,
25
- base: '/immersive-web-sdk/',
+ // base: '/immersive-web-sdk/',
26
lang: 'en-US',
27
title: 'Immersive Web SDK',
28
description:
0 commit comments