diff --git a/src/posts/posts.json b/src/posts/posts.json index 51d3d74..f7b6ca8 100644 --- a/src/posts/posts.json +++ b/src/posts/posts.json @@ -1,5 +1,5 @@ { "layout": "post", "tags": "posts", - "permalink": "//blog/{{ title | slugify }}/index.html" + "permalink": "/blog/{{ title | slugify }}/index.html" }