Point skel config to proper image

This commit is contained in:
gmemstr 2018-01-09 10:21:56 -08:00
parent 57b24c0522
commit c203ed5b92

View file

@ -144,7 +144,7 @@ func WriteSkeletonConfig() {
"John Doe",
"johndoe@localhost",
"A Podcast About Stuff",
"localhost:3000/assets/logo-large.png",
"localhost:3000/assets/podcastimage.png",
"http://localhost:3000",
}
c, err := json.Marshal(config)