This commit is contained in:
Andras Bacsai
2025-10-02 11:27:41 +02:00
parent fc1fd888fd
commit e3433908ee
3 changed files with 15 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
<template>
<div>
<div style="padding: 20px; background: #f0f0f0; margin: 20px; border-radius: 8px;">
<h2>APP_URL:</h2>
<p>{{ config.public.appUrl }}</p>
</div>
<NuxtWelcome />
</div>
</template>
<script setup>
const config = useRuntimeConfig()
</script>