test build container
All checks were successful
Build and Push Docker / build (push) Successful in 21s

This commit is contained in:
justin
2025-10-10 17:30:22 +02:00
parent 4dfada2ea0
commit 2f9e8921a2

View File

@@ -1,5 +1,6 @@
<script setup lang="ts">
import { Head } from '@inertiajs/vue3'
import { Link } from '@inertiajs/vue3'
</script>
<template>
@@ -7,5 +8,6 @@
<div>
Justin Leroy
<button class="plausible-event-name=Button+Click">Click me</button>
<Link href="/page">Page</Link>
</div>
</template>