Skip to content

Commit c066ac6

Browse files
committed
bleepbloop
1 parent bb89713 commit c066ac6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/blog/[postname].tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const getStaticProps: GetStaticProps = async context => {
122122
if (image && !isExternalImage(image)) {
123123
const src = require(`images/${data.data.cover_image}`);
124124

125-
image = 'https://khendrikse.github.io'.concat(src.src);
125+
image = 'https://velvety-tartufo-f1de54.netlify.app'.concat(src.src);
126126
}
127127

128128
return {

pages/post/[postname].tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const getStaticProps: GetStaticProps = async context => {
121121
if (image && !isExternalImage(image)) {
122122
const src = require(`images/${data.data.cover_image}`);
123123

124-
image = 'https://khendrikse.github.io'.concat(src.src);
124+
image = 'https://velvety-tartufo-f1de54.netlify.app'.concat(src.src);
125125
}
126126

127127
return {

0 commit comments

Comments
 (0)