Remove .html suffix of docs (#249)

This commit is contained in:
ykiko
2025-09-09 10:49:51 +08:00
committed by GitHub
parent f65876903c
commit 2ffab4fdff

View File

@@ -5,6 +5,7 @@ import { genSidebar } from './theme/sidebar'
export default defineConfig({
title: "clice",
description: "a powerful and modern C++ language server",
cleanUrls: true,
base: '/',
rewrites: {
'en/:rest*': ':rest*',
@@ -34,7 +35,6 @@ export default defineConfig({
{ icon: 'discord', link: 'https://discord.gg/PA3UxW2VA3' },
{ icon: 'github', link: 'https://github.com/clice-io/clice' },
],
outline: 'deep',
}
},
})