Skip to content

Commit 378a69c

Browse files
committed
Fix
1 parent 7410007 commit 378a69c

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

_config.yml

Lines changed: 2 additions & 14 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.
@@ -86,24 +86,12 @@ social_icons_background_color : "#e6e6e6"
8686
# Analytics
8787
google_analytics : # Enter Google Analytics tracking code (e.g. UA-2110908-2).
8888

89-
90-
91-
92-
93-
94-
95-
96-
9789
# If you're hosting your site at a Project repository on GitHub pages
9890
# (http://yourusername.github.io/repository-name)
9991
# and NOT your User repository (http://yourusername.github.io)
10092
# then add in the baseurl here, like this: "/repository-name"
10193
baseurl: ""
10294

103-
#
104-
# !! You don't need to change any of the configuration flags below !!
105-
#
106-
10795
permalink: /:title/
10896

10997
# The release of Mobile App Landing Page that you're using

0 commit comments

Comments
 (0)