mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 13:38:38 +00:00
wip: internal page (guide, configurator, embed)
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user