forked from ProjectSegfault/website
7 lines
140 B
TypeScript
7 lines
140 B
TypeScript
import type { PageLoad } from "./$types";
|
|
|
|
export const load = (() => {
|
|
return {
|
|
title: "Pubnix FAQ"
|
|
};
|
|
}) satisfies PageLoad; |