Skip to content

Commit 5da7beb

Browse files
committed
style: minor stuff
1 parent a2f58eb commit 5da7beb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

apps/frontend/app/pages/index.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,12 @@ const { isPending, isError, data, error } = useQuery({
9494
</div>
9595

9696
<div class="max-w-full flex flex-col items-center">
97-
<div>Configured frontendUrl: {{ runtimeConfig.public.frontendUrl }}</div>
98-
<div>Configured backendUrl: {{ runtimeConfig.public.backendUrl }}</div>
97+
<div>
98+
<span>Configured</span> <code>frontendUrl</code>: <code>{{ runtimeConfig.public.frontendUrl }}</code>
99+
</div>
100+
<div>
101+
<span>Configured</span> <code>backendUrl</code>: <code>{{ runtimeConfig.public.backendUrl }}</code>
102+
</div>
99103
<div>API Response from `<code>{{ $apiClient.api.dummy.hello.$url() }}</code>`:</div>
100104
<pre class="max-w-full w-fit overflow-x-auto rounded bg-black p-2 px-4 text-left text-white">{{ apiError || apiResult || 'Empty' }}</pre>
101105
</div>

0 commit comments

Comments
 (0)