Updated
This commit is contained in:
parent
4184942584
commit
afb5f3a287
66 changed files with 550 additions and 57 deletions
8
frontend/configs/config.site.ts
Normal file
8
frontend/configs/config.site.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { atom } from 'nanostores'
|
||||
|
||||
export const $websiteName = atom<string>('Dasig Solid')
|
||||
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 $copyRightYear = atom<number>(2025)
|
||||
Loading…
Add table
Add a link
Reference in a new issue