Update sites/svelte.dev/src/routes/docs/+server.js

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
quicker-redirects
gtmnayan 1 year ago committed by GitHub
parent 0860cf3c4b
commit 90da4f2fee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
// @ts-expect-error custom suffix doesn't have types
import js from 'minified-raw:./redirect.js';
// prerenderer will choke otherwise
// avoid outputting a file named "docs" that would conflict with prerendered "docs" directory
export const prerender = false;
export function GET() {

Loading…
Cancel
Save