boredgame/src/routes/+layout.server.ts

6 lines
74 B
TypeScript
Raw Normal View History

export async function load({ url }) {
return {
url: url.pathname
};
}