mirror of
https://github.com/danbulant/Mangades
synced 2026-06-24 17:11:45 +00:00
8 lines
No EOL
142 B
TypeScript
8 lines
No EOL
142 B
TypeScript
// export const prerender = true;
|
|
|
|
/** @type {import('./$types').PageLoad} */
|
|
export function load({ url }) {
|
|
return {
|
|
url
|
|
}
|
|
} |