Skip to content

Commit 6cf543e

Browse files
Sync code from main
2 parents b177f9c + e2b6014 commit 6cf543e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 "hacker"). */
35-
template?: 'minimal' | 'classic' | 'bento' | 'hacker' | 'netflix'
35+
template?: 'minimal' | 'classic' | 'bento' | 'hacker' | 'netflix' | 'threejs'
3636
/** Global font family for the site (optional, defaults to system). */
3737
fontFamily?: 'system' | 'ubuntu' | 'comic-sans' | 'inter' | 'roboto'
3838
hero?: HeroConfig

0 commit comments

Comments
 (0)