mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-07 22:53:55 -05:00
feat: add index option to serve-ui configuration for improved routing
This commit is contained in:
@@ -79,7 +79,8 @@ export const registerServeUI = async (
|
||||
root: frontendPath,
|
||||
wildcard: false,
|
||||
maxAge: "30d",
|
||||
immutable: true
|
||||
immutable: true,
|
||||
index: false
|
||||
});
|
||||
|
||||
server.route({
|
||||
|
||||
Reference in New Issue
Block a user