Skip to content

Commit 580d58c

Browse files
committed
banner
1 parent 5a5673e commit 580d58c

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/config.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,12 @@ export const siteConfig: SiteConfig = {
2828
wallpaper: {
2929
mode: "banner",
3030
src: {
31-
desktop: ["assets/images/banner2.mp4"],
32-
mobile: ["assets/images/banner2.mp4"],
31+
desktop: [
32+
"https://github.com/Rinai-R/WHITE/raw/refs/heads/main/src/assets/images/banner2.mp4",
33+
],
34+
mobile: [
35+
"https://github.com/Rinai-R/WHITE/raw/refs/heads/main/src/assets/images/banner2.mp4",
36+
],
3337
},
3438
position: "center",
3539
carousel: {

0 commit comments

Comments
 (0)