split config.json intro seperate files

This commit is contained in:
2022-12-11 15:44:34 +01:00
parent d77eaa7b4a
commit cd602201cb
7 changed files with 98 additions and 106 deletions

18
data/navigation.json Normal file
View File

@@ -0,0 +1,18 @@
[
{
"name": "główna",
"href": "/"
},
{
"name": "o gractwie",
"href": "/o-gractwie"
},
{
"name": "cytaty",
"href": "/cytaty"
},
{
"name": "rankingi",
"href": "/rankingi"
}
]