2 lines
111 B
TypeScript
2 lines
111 B
TypeScript
// This file is needed to ensure the route is properly recognized by SvelteKit
|
|
export const prerender = false;
|