File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ export const getStaticProps: GetStaticProps = async context => {
122
122
if ( image && ! isExternalImage ( image ) ) {
123
123
const src = require ( `images/${ data . data . cover_image } ` ) ;
124
124
125
- image = 'https://khendrikse.github.io ' . concat ( src . src ) ;
125
+ image = 'https://velvety-tartufo-f1de54.netlify.app ' . concat ( src . src ) ;
126
126
}
127
127
128
128
return {
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ export const getStaticProps: GetStaticProps = async context => {
121
121
if ( image && ! isExternalImage ( image ) ) {
122
122
const src = require ( `images/${ data . data . cover_image } ` ) ;
123
123
124
- image = 'https://khendrikse.github.io ' . concat ( src . src ) ;
124
+ image = 'https://velvety-tartufo-f1de54.netlify.app ' . concat ( src . src ) ;
125
125
}
126
126
127
127
return {
You can’t perform that action at this time.
0 commit comments