pull/9919/head
Rich Harris 3 years ago
parent 868459b3c0
commit dfa10f1480

@ -1,6 +1,8 @@
import { json } from '@sveltejs/kit'; import { json } from '@sveltejs/kit';
import { defineBanner } from '@sveltejs/site-kit/components'; import { defineBanner } from '@sveltejs/site-kit/components';
export const prerender = true;
// This server route is used by all Svelte sites to load info about which banner to show. // This server route is used by all Svelte sites to load info about which banner to show.
// site-kit contains components/helpers to make fetching+displaying them easier. // site-kit contains components/helpers to make fetching+displaying them easier.
export const GET = async () => { export const GET = async () => {

Loading…
Cancel
Save