fix: use actual api url and remove useless component

This commit is contained in:
Pihkaal
2024-10-17 21:54:36 +02:00
parent 88a50ad020
commit c7442f780f
2 changed files with 1 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
<template> <template>
<div class="h-screen"> <div class="h-screen">
<NextRouterAnnouncer />
<AppBody /> <AppBody />
<StarshineGlitter /> <StarshineGlitter />
</div> </div>

View File

@@ -8,11 +8,7 @@
> >
Lilou Lilou
</h1> </h1>
<img <img class="w-full max-w-[50vh]" src="https://lilou.cat/api" alt="Lilou" />
class="w-full max-w-[50vh]"
src="http://localhost:3000/api"
alt="Lilou"
/>
<h1 <h1
class="text-4xl md:text-5xl lg:text-6xl font-serif text-white dark:text-white" class="text-4xl md:text-5xl lg:text-6xl font-serif text-white dark:text-white"
> >