summaryrefslogtreecommitdiff
path: root/src/pages.gen.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages.gen.ts')
-rw-r--r--src/pages.gen.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages.gen.ts b/src/pages.gen.ts
index d8c992f..fa7a6fa 100644
--- a/src/pages.gen.ts
+++ b/src/pages.gen.ts
@@ -30,13 +30,13 @@ import type { getConfig as File_Index_getConfig } from './pages/index';
// prettier-ignore
type Page =
+| { path: '/study/[slug]'; render: 'dynamic' }
| ({ path: '/zoom' } & GetConfigResponse<typeof File_Zoom_getConfig>)
| ({ path: '/lang/[slug]' } & GetConfigResponse<typeof File_LangSlug_getConfig>)
| ({ path: '/lesson/[slug]' } & GetConfigResponse<typeof File_LessonSlug_getConfig>)
| ({ path: '/login' } & GetConfigResponse<typeof File_Login_getConfig>)
| ({ path: '/parse' } & GetConfigResponse<typeof File_Parse_getConfig>)
| ({ path: '/db' } & GetConfigResponse<typeof File_Db_getConfig>)
-| { path: '/study'; render: 'dynamic' }
| { path: '/test/client-modal'; render: 'dynamic' }
| { path: '/test/trigger-modal-button'; render: 'dynamic' }
| { path: '/test'; render: 'dynamic' }