feat: Add a link to the test page on /

This commit is contained in:
Jesse Wierzbinski 2024-10-19 23:35:20 +02:00
parent d05288ae68
commit d91dcbb977
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<template>
<div :class="[$style.content, 'w-full h-full bg-gradient-to-tr from-zinc-900 to-zinc-800']">
<div :class="[$style.content, 'w-full h-full min-h-screen bg-gradient-to-tr from-zinc-900 to-zinc-800']">
<slot />
</div>
</template>

View file

@ -1,5 +1,5 @@
<template>
nyaa
<NuxtLink href="/articles/test/test-file" class="text-gray-200 underline">nyaa</NuxtLink>
</template>
<script lang="ts" setup>