test rss? and made some more files.

This commit is contained in:
yuanhau 2025-05-07 23:23:33 +08:00
parent 569cd087e7
commit 5f897f1bd0
13 changed files with 132 additions and 2 deletions

View file

@ -1,3 +1,6 @@
<script setup lang="ts">
const localeLink = useLocalePath();
</script>
<template>
<div
class="flex flex-col justify-center align-center text-center absolute inset-x-0"
@ -8,5 +11,10 @@
<span class="text-xs mt-0 m-2 text-center align-center justify-center">
Inspired by Ground.News
</span>
<span class="">
<NuxtLink :to="localeLink('/sources')">
Sources
</NuxtLink>
</span>
</div>
</template>