Skip to content

Commit 183fea3

Browse files
committed
commit
1 parent feef4b4 commit 183fea3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/lib/utils/viralcards.ts

Whitespace-only changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import type { PageLoad } from './$types';
2-
import note from './meta';
2+
import meta from './meta';
33

44
export const load: PageLoad = async () => {
5-
const { title, description } = note;
5+
const { title, description } = meta;
66
return {
7-
note,
7+
note: meta,
88
seo: { title, description }
99
};
1010
};

0 commit comments

Comments
 (0)