From 37f39b53e4cb47285729a5dd24c8afe42954f75c Mon Sep 17 00:00:00 2001
From: Felix Boerner <ich@felix-boerner.de>
Date: Tue, 09 Jan 2024 10:01:09 +0000
Subject: [PATCH] test: add sitespeed.io tests
---
tests/exampleSiteWithVideo/config.toml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/exampleSite/config.toml b/tests/exampleSiteWithVideo/config.toml
similarity index 98%
rename from exampleSite/config.toml
rename to tests/exampleSiteWithVideo/config.toml
index ca61111..93da311 100644
--- a/exampleSite/config.toml
+++ b/tests/exampleSiteWithVideo/config.toml
@@ -13,7 +13,7 @@
googleAnalytics = ""
# Copyright
-copyright = "©2021 Your Name"
+copyright = "©2024 Your Name"
[params]
@@ -31,13 +31,13 @@
# Image
[params.visual.image]
- enable = true
+ enable = false
file = "images/background.jpg"
position = "center center"
# Video
[params.visual.video]
- enable = false
+ enable = true
mute = true
file = "videos/background.mp4"
# youtubeId = "dk9uNWPP7EA"
--
Gitblit v1.10.0