feat: add home page

This commit is contained in:
Sebin Nyshkim 2025-04-04 18:51:34 +02:00
parent 054885f7f6
commit eeca2a2202
2 changed files with 47 additions and 0 deletions

6
src/index.11tydata.js Normal file
View file

@ -0,0 +1,6 @@
export default {
eleventyNavigation: {
key: "Home"
},
layout: 'base.webc'
};