perf: optimizing page transition (#178)
* perf: optimizing page transition * fix: minor fixes
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ export type SiteConfig = {
|
||||
banner: {
|
||||
enable: boolean
|
||||
src: string
|
||||
position?: string
|
||||
position?: 'top' | 'center' | 'bottom'
|
||||
credit: {
|
||||
enable: boolean
|
||||
text: string
|
||||
|
||||
Reference in New Issue
Block a user