Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export default defineConfig({
title: 'TrapFall',
description: 'Lightweight self-hosted error capture engine',
lang: 'en-US',
base: '/docs/trapfall/',
cleanUrls: true,
base: '/docs/trapfall/',
head: [['link', { rel: 'icon', type: 'image/svg+xml', href: '/logo.svg' }]],
themeConfig: {
nav: [
Expand Down
1 change: 1 addition & 0 deletions docs/public/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/docs/trapfall/* /:splat 200
Loading