mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
19 lines
265 B
JavaScript
19 lines
265 B
JavaScript
export const publicPaths = [
|
|
`/`,
|
|
// `/integrations`,
|
|
`/signupinvite`,
|
|
`/pricing`,
|
|
`/signup`,
|
|
`/login`,
|
|
`/blog`,
|
|
`/docs`,
|
|
`/changelog`,
|
|
`/security`,
|
|
`/scheduledemo`,
|
|
`/blog/[slug]`,
|
|
`/faq`,
|
|
`/privacy`,
|
|
`/terms`,
|
|
`/subprocessors`,
|
|
];
|