Skip to content

Commit cbeb95c

Browse files
committed
Added urlimg to _config_dev.yml
Was missing for development. urlimg: 'http://localhost:4000/images/'
1 parent e9f2443 commit cbeb95c

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ exclude:
7272
language: "en"
7373

7474

75-
# Used › default.html front-matter and comress.html
75+
# Used › default.html front-matter and compress.html
7676
# Options › http://jch.penibelst.de
7777
compress_html:
7878
clippings: all

_config_dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Start development with › $ jekyll serve --config _config.yml,_config_dev.yml
77

88
url: 'http://localhost:4000'
9+
urlimg: 'http://localhost:4000/images/'
910

1011
sass:
1112
# http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
File renamed without changes.

0 commit comments

Comments
 (0)