Skip to content

Commit 9a21c09

Browse files
config fixes for gh pages deploy
1 parent dd47c3f commit 9a21c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/posts/[...slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const base = import.meta.env.BASE_URL.endsWith('/') ? import.meta.env.BASE_URL :
2323

2424
<PostLayout {...post.data}>
2525
<Content />
26-
<div class="link"><a href="${base}">Back to index</a></div>
26+
<div class="link"><a href=`${base}`>Back to index</a></div>
2727
<div class="pagination">
2828
<div class="pagination__title">
2929
<span class="pagination__title-h">Read other prompts</span>

0 commit comments

Comments
 (0)