Fix the layout for the index page during development

This commit is contained in:
Quinn Hegeman
2026-03-07 21:03:24 +01:00
parent 403f8146d9
commit b62865cf04
2 changed files with 5 additions and 15 deletions

View File

@@ -57,6 +57,6 @@ const settings = await getSettings();
<meta name="application-name" content={settings.website.applicationName} />
</head>
<body>
<h1>Astro</h1>
<slot />
</body>
</html>