home-page functionality, and some design tweaks

This commit is contained in:
Edd
2026-01-21 02:03:12 +00:00
parent 56844c9188
commit 0fade43944
12 changed files with 889 additions and 170 deletions
+1
View File
@@ -4,6 +4,7 @@ import Toast from './components/ui/toast/Toast.vue';
<template>
<NuxtLayout>
<Title>Reddit for scientists</Title>
<Toast />
<NuxtPage />
</NuxtLayout>