Skip to content

Commit d0c45a6

Browse files
authored
fix: add 'minecraft' to GitforgeConfig template type union (#35)
1 parent abbb3d2 commit d0c45a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/gitforgeConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface GitforgeConfig {
3232
featuredRepos?: string[]
3333
listedRepo?: ListedRepoConfig
3434
/** Active portfolio template (optional, defaults to "threejs"). */
35-
template?: 'minimal' | 'classic' | 'bento' | 'hacker' | 'netflix' | 'threejs'
35+
template?: 'minimal' | 'classic' | 'bento' | 'hacker' | 'netflix' | 'threejs' | 'minecraft'
3636
hero?: HeroConfig
3737
customLinks?: CustomLink[]
3838
// Search bar in navbar (defaults to true when omitted)

0 commit comments

Comments
 (0)