Updated
This commit is contained in:
parent
afb5f3a287
commit
db3736b71f
16 changed files with 203 additions and 181 deletions
|
|
@ -1,8 +1,10 @@
|
|||
import { atom } from 'nanostores'
|
||||
|
||||
export const $websiteName = atom<string>('Dasig Solid')
|
||||
export const $websiteName = atom<string>('Dasig')
|
||||
export const $websiteDescription = atom<string>('A template for next level speed (Solid Version)')
|
||||
export const $font = atom<string>('inter')
|
||||
|
||||
export const $yourName = atom<string>('Pat Alcala')
|
||||
export const $font = atom<string>('inter')
|
||||
export const $fontSource = atom<'cdn'| 'local'>('cdn')
|
||||
|
||||
export const $companyName = atom<string>('Pat Alcala')
|
||||
export const $copyRightYear = atom<number>(2025)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue