fix(app): dont try to prerender runtime route
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m22s
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m22s
This commit is contained in:
parent
10e99754d0
commit
6eaecef35d
@ -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 }) => {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user