mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
asdf
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user