From 2401217a4019938d1c1cc61b6e33ccb233eb6e74 Mon Sep 17 00:00:00 2001 From: polwex Date: Tue, 3 Jun 2025 09:34:29 +0700 Subject: this is golden thanks claude --- src/pages.gen.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pages.gen.ts') diff --git a/src/pages.gen.ts b/src/pages.gen.ts index 2d0d34e..2b4890f 100644 --- a/src/pages.gen.ts +++ b/src/pages.gen.ts @@ -3,6 +3,8 @@ // prettier-ignore import type { PathsForPages, GetConfigResponse } from 'waku/router'; +// prettier-ignore +import type { getConfig as File_StudyThai_getConfig } from './pages/study/thai'; // prettier-ignore import type { getConfig as File_Zoom_getConfig } from './pages/zoom'; // prettier-ignore @@ -34,6 +36,7 @@ import type { getConfig as File_Index_getConfig } from './pages/index'; // prettier-ignore type Page = +| ({ path: '/study/thai' } & GetConfigResponse) | { path: '/study/[slug]'; render: 'dynamic' } | ({ path: '/zoom' } & GetConfigResponse) | ({ path: '/lang/[slug]' } & GetConfigResponse) -- cgit v1.2.3