We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff8bd6 commit b896948Copy full SHA for b896948
.vitepress/config.mts
@@ -3,6 +3,7 @@ import { defineConfig, type DefaultTheme } from 'vitepress'
3
export default defineConfig({
4
title: "WebhookX",
5
description: "A modern webhooks gateway.",
6
+ cleanUrls: true,
7
srcExclude: [
8
"README.md"
9
],
0 commit comments