We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e93ad commit 7103a52Copy full SHA for 7103a52
apps/docs/astro.config.mjs
@@ -9,6 +9,8 @@ export default defineConfig({
9
integrations: [
10
starlight({
11
title: "AlbertPlus Docs",
12
+ // FIXME: somehow 404 route is causing build error, so it is disabled for now
13
+ disable404Route: true,
14
logo: {
15
light: "./src/assets/logo.svg",
16
dark: "./src/assets/logo_dark.svg",
0 commit comments