website/src/routes/+layout.ts

8 lines
120 B
TypeScript
Raw Normal View History

2023-11-05 23:02:42 +00:00
export const load = ({ url }) => {
const { pathname } = url;
return {
pathname
};
};
2023-11-15 19:02:58 +00:00
export const prerender = true