The app router is causing too much grief to be worthwhile here. The pages for individual apps are fine to have in the pages router -- we're fine with straight-up SPA stuff -- so just stop using app router rather than figure out how to get Next.js to understand the data-fetching lifecycle.
7 lines
294 B
TypeScript
7 lines
294 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
/// <reference types="next/navigation-types/compat/navigation" />
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
|