From f23f7d2f0106882183929c740e4862a1939900d0 Mon Sep 17 00:00:00 2001 From: polwex Date: Thu, 29 May 2025 15:37:22 +0700 Subject: me again but it works! --- src/pages.gen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages.gen.ts') 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) | ({ path: '/lang/[slug]' } & GetConfigResponse) | ({ path: '/lesson/[slug]' } & GetConfigResponse) | ({ path: '/login' } & GetConfigResponse) | ({ path: '/parse' } & GetConfigResponse) | ({ path: '/db' } & GetConfigResponse) -| { path: '/study'; render: 'dynamic' } | { path: '/test/client-modal'; render: 'dynamic' } | { path: '/test/trigger-modal-button'; render: 'dynamic' } | { path: '/test'; render: 'dynamic' } -- cgit v1.2.3