diff options
author | polwex <polwex@sortug.com> | 2025-05-29 15:37:22 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-05-29 15:37:22 +0700 |
commit | f23f7d2f0106882183929c740e4862a1939900d0 (patch) | |
tree | 8f77b63ca7e65db828e3bada68d54513acfea777 /src/pages.gen.ts | |
parent | 8e0965f5274635f609972ef85802675af64df0f4 (diff) |
me again but it works!
Diffstat (limited to 'src/pages.gen.ts')
-rw-r--r-- | src/pages.gen.ts | 2 |
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' } |