feat(#320): guided empty state + Kurrent primer for first-time transcribers #330
@@ -1 +1,6 @@
|
||||
// prerender = true is safe here: hooks.server.ts exports
|
||||
// handle = sequence(userGroup, handleAuth, ...)
|
||||
// where handleAuth redirects all non-public paths to /login at runtime.
|
||||
// Prerendered HTML is served, but the browser still hits handleAuth on
|
||||
// every navigation — unauthenticated users are redirected before seeing content.
|
||||
export const prerender = true;
|
||||
|
||||
Reference in New Issue
Block a user