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 14e8247 commit 9014effCopy full SHA for 9014eff
pages/index.vue
@@ -6,10 +6,8 @@ const data = await queryCollection("content")
6
</script>
7
8
<template>
9
- <div>
10
- <div
11
- class="bg-[url('/images/noise.svg')] bg-emerald-950"
12
- >
+ <div class="bg-[url('/images/noise.svg')] bg-emerald-950 min-h-screen">
+ <div>
13
<section
14
class="bg-gradient-to-b to-transparent py-2 from-background"
15
>
0 commit comments