fix: no more main app for article

This commit is contained in:
Julien Calixte
2026-01-02 00:09:52 +01:00
parent 7d6ab37983
commit bb17cd0011
3 changed files with 3 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ const createdAt = new Date('2026-01-01').toLocaleDateString(undefined, {
</script>
<template>
<article id="main-app">
<article>
<h1>Heijunka</h1>
<h2 class="created-at numeric">
{{ createdAt }}
@@ -287,7 +287,6 @@ const createdAt = new Date('2026-01-01').toLocaleDateString(undefined, {
</div>
</section>
</div>
<BoardGameWorkshop />
</article>
</template>