Skip to content

Commit

Permalink
chore: add directTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Akegarasu committed Jun 29, 2022
1 parent 0860ad6 commit bed4e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var (
domain string
//go:embed index.html
indexHtml string
directTypes = []string{"img-original", "img-master", "c"}
directTypes = []string{"img-original", "img-master", "c", "user-profile"}
imgTypes = []string{"original", "regular", "small", "thumb", "mini"}
docExampleImg = `![regular](http://example.com/98505703?t=regular)
Expand Down

0 comments on commit bed4e14

Please sign in to comment.