0.1.14 build
This commit is contained in:
parent
cbf8f0d2ea
commit
45319bcbf0
10 changed files with 93 additions and 66 deletions
src/layouts
|
@ -5,6 +5,7 @@ import navdata from '../../static/data/_navdata.json'
|
|||
import embed from '../assets/embed.png'
|
||||
import home from 'iconoir/icons/home.svg'
|
||||
import database from 'iconoir/icons/database.svg'
|
||||
import mail from 'iconoir/icons/mail.svg'
|
||||
import type { IconsLookup } from '../types/generic'
|
||||
|
||||
export interface Props {
|
||||
|
@ -16,6 +17,7 @@ export interface Props {
|
|||
const icons: IconsLookup = {
|
||||
home: home,
|
||||
database: database,
|
||||
about: mail
|
||||
}
|
||||
|
||||
const { descriptionOverride, currentpage, title } = Astro.props
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue