fix(app): dont try to prerender runtime route
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m22s

This commit is contained in:
max_richter 2024-04-26 16:13:35 +02:00
parent 10e99754d0
commit 6eaecef35d

View File

@ -8,6 +8,7 @@ const runtime = new MemoryRuntimeExecutor(registry);
const performanceStore = createPerformanceStore();
runtime.perf = performanceStore;
export const prerender = false;
export const POST: RequestHandler = async ({ request, fetch }) => {