Merge remote-tracking branch 'origin/main' into LPM-56

This commit is contained in:
Robin Olsen
2026-02-16 22:12:00 +01:00
49 changed files with 1403 additions and 702 deletions

View File

@@ -15,6 +15,7 @@ var baseLayout = components.LayoutProps{
Description: "A sample application using Beads storage service",
Head: components.HeadProps{
Links: []components.Link{
{Href: "/assets/css/styles.css", Rel: "preload", As: "style"},
{Href: "/assets/css/styles.css", Rel: "stylesheet"},
{Href: "/assets/manifest.json", Rel: "manifest"},
},