Skip to content

Commit 7103a52

Browse files
committed
build: fix docs deployment build
1 parent 70e93ad commit 7103a52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/docs/astro.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ export default defineConfig({
99
integrations: [
1010
starlight({
1111
title: "AlbertPlus Docs",
12+
// FIXME: somehow 404 route is causing build error, so it is disabled for now
13+
disable404Route: true,
1214
logo: {
1315
light: "./src/assets/logo.svg",
1416
dark: "./src/assets/logo_dark.svg",

0 commit comments

Comments
 (0)