Skip to content

Commit 6aa66a6

Browse files
committed
fix(slug): removed unused await
1 parent 73186b5 commit 6aa66a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/[...slug].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const {
2828
public: {
2929
general: { url }
3030
}
31-
} = await useRuntimeConfig();
31+
} = useRuntimeConfig();
3232
3333
useSeoMeta({
3434
title: () => title,

0 commit comments

Comments
 (0)