We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5673e commit 580d58cCopy full SHA for 580d58c
1 file changed
src/config.ts
@@ -28,8 +28,12 @@ export const siteConfig: SiteConfig = {
28
wallpaper: {
29
mode: "banner",
30
src: {
31
- desktop: ["assets/images/banner2.mp4"],
32
- mobile: ["assets/images/banner2.mp4"],
+ desktop: [
+ "https://github.com/Rinai-R/WHITE/raw/refs/heads/main/src/assets/images/banner2.mp4",
33
+ ],
34
+ mobile: [
35
36
37
},
38
position: "center",
39
carousel: {
0 commit comments