feat: add index option to serve-ui configuration for improved routing

This commit is contained in:
Victor Santos
2025-12-17 15:20:04 -03:00
parent fedf0c2a1b
commit f53b0c92f0

View File

@@ -79,7 +79,8 @@ export const registerServeUI = async (
root: frontendPath,
wildcard: false,
maxAge: "30d",
immutable: true
immutable: true,
index: false
});
server.route({