We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ac75c commit d8b6283Copy full SHA for d8b6283
src/routes/[[locale=locale]]/(site)/works/[slug]/+page.ts
@@ -3,7 +3,6 @@ import { one } from 'virtual:works';
3
4
export async function load(e) {
5
const work = await one({ locale: getLocale(), slug: e.params.slug });
6
- console.log(work);
7
return {
8
work,
9
};
0 commit comments