Skip to content

Commit e004d5d

Browse files
committed
fix landing pre
1 parent 00c90a0 commit e004d5d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/content/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ seo:
1010
---
1111
orientation: horizontal
1212
---
13-
:::prose-pre{filename="pages/login.vue"}
14-
```vue
13+
```vue [pages/login.vue]
1514
<script setup lang="ts">
1615
const supabase = useSupabaseClient()
1716
const email = ref('')
@@ -32,7 +31,6 @@ orientation: horizontal
3231
/>
3332
</template>
3433
```
35-
:::
3634

3735
#title
3836
[Nuxt]{.text-primary} Supabase

0 commit comments

Comments
 (0)