Bumped astro and restructured
This commit is contained in:
parent
949b05b192
commit
629bf91d4f
7 changed files with 187 additions and 134 deletions
src
17
src/data/_navdata.json
Normal file
17
src/data/_navdata.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"link": "/",
|
||||
"text": "Home",
|
||||
"icon": "home"
|
||||
},
|
||||
{
|
||||
"link": "/database",
|
||||
"text": "TA Database",
|
||||
"icon": "database"
|
||||
},
|
||||
{
|
||||
"link": "/teslafest",
|
||||
"text": "Teslafest",
|
||||
"icon": "databasestar"
|
||||
}
|
||||
]
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
import Navbar from '../components/navbar.astro'
|
||||
import NavbarEntry from '../components/navbarEntry.astro'
|
||||
import navdata from '../../static/data/_navdata.json'
|
||||
import navdata from '../data/_navdata.json'
|
||||
import embed from '../assets/embed.png'
|
||||
import home from 'iconoir/icons/home.svg'
|
||||
import database from 'iconoir/icons/database.svg'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue