Skip to content

Commit 3e9a27f

Browse files
committed
Trying
1 parent 3ec0fdf commit 3e9a27f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ your_city : Copenhagen
2222
# Icon, screenshot and header image
2323
app_icon : # ../assets/appicon-1024px.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.
2424
app_video : # ../assets/video.mp4 # Uncomment and replace with path to app preview video. Optimal resolutions: 1242x2688 or 1125x2436.
25-
app_screenshot : ../assets/screenshot.png # Replace with alternateive image path. Does not automatically populate since Apple does not provide iPhone X/XS/XR screenshots in their iTunes lookup API.
26-
header_image : ../assets/headerimage.png # Replace with alternative image path.
25+
app_screenshot : assets/screenshot.png # Replace with alternateive image path. Does not automatically populate since Apple does not provide iPhone X/XS/XR screenshots in their iTunes lookup API.
26+
header_image : assets/headerimage.png # Replace with alternative image path.
2727
device_color : black # Set to blue, black, yellow, coral or white
2828

2929
# Social Links # Enter usernames and email address. If set, they will be presented as links in the footer.

main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
$header-image: "{{ site.header_image }}";
6-
$device-color: "../assets/{{ site.device_color }}.png";
6+
$device-color: "assets/{{ site.device_color }}.png";
77
$primary-text-color: {{ site.primary_text_color }};
88
$secondary-text-color: {{ site.secondary_text_color }};
99

0 commit comments

Comments
 (0)