Almost done

This commit is contained in:
2026-03-05 17:35:27 +01:00 Unverified
parent 278471e53b
commit e44fceaf32
30 changed files with 1077 additions and 572 deletions
+10 -2
View File
@@ -10,8 +10,16 @@ const montserrat = Montserrat({
});
export const metadata: Metadata = {
title: 'Lerbergets Volleybollsällskap',
title: {
template: '%s | LVS',
default: 'Lerbergets Volleybollsällskap',
},
description: 'Klubben startade den 1 mars 2018 och har i snabb takt utvecklats...',
icons: {
icon: '/images/favicon.svg',
shortcut: '/favicon.svg',
apple: '/images/favicon.svg',
},
};
export default function RootLayout({
@@ -26,4 +34,4 @@ export default function RootLayout({
</body>
</html>
);
}
}