fix(next): dynamic params for custom collection and global views

This commit is contained in:
Jacob Fletcher
2024-03-25 18:08:08 -04:00
parent 7654ff686a
commit 1c1847f63c
18 changed files with 310 additions and 167 deletions

View File

@@ -22,8 +22,14 @@ export const customTabLabel = 'Custom Tab Label'
export const customTabViewPath = '/custom-tab-component'
export const customTabViewTitle = 'Custom View With Tab Component'
export const customTabLabelViewTitle = 'Custom Tab Label View'
export const customTabViewComponentTitle = 'Custom View With Tab Component'
export const customNestedTabViewPath = `${customTabViewPath}/nested-view`
export const customNestedTabViewTitle = 'Custom Nested Tab View'
export const customCollectionParamViewPathBase = '/custom-param'
export const customCollectionParamViewPath = `${customCollectionParamViewPathBase}/:slug`