fix: use actual api url and remove useless component
This commit is contained in:
1
app.vue
1
app.vue
@@ -1,6 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="h-screen">
|
<div class="h-screen">
|
||||||
<NextRouterAnnouncer />
|
|
||||||
<AppBody />
|
<AppBody />
|
||||||
<StarshineGlitter />
|
<StarshineGlitter />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -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"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user