Skip to content

Commit

Permalink
chore: config provide lang
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Dec 31, 2023
1 parent f3d5bc2 commit 9bbfb8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export interface ServicesGroup {

export interface Config {
title?: string
lang: 'en' | 'ru',
theme?: 'system' | 'light' | 'dark' | 'deep'
services: ServicesGroup[]
}

0 comments on commit 9bbfb8b

Please sign in to comment.