wip: internal page (guide, configurator, embed)

This commit is contained in:
mbaharip
2025-01-21 22:06:22 +07:00
parent 3770249ab0
commit 7522f99dd8
+5
View File
@@ -37,3 +37,8 @@ export const COOKIES_OPTIONS = {
httpOnly: true,
maxAge: COOKIES_AGE * 1000,
} as const;
/**
* On this paths, navbar and footer will not be rendered
*/
export const NO_LAYOUT_PATHS = [/\/_\/embed\//g];