File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ const config: Config = {
1515 } ,
1616
1717 // Set the production url of your site here
18- url : 'https://mihazs.github.io ' ,
18+ url : 'https://petk.dev ' ,
1919 // Set the /<baseUrl>/ pathname under which your site is served
2020 // For GitHub pages deployment, it is often '/<projectName>/'
21- baseUrl : '/petk/ ' ,
21+ baseUrl : '/' ,
2222
2323 // GitHub pages deployment config.
2424 // If you aren't using GitHub pages, you don't need these.
@@ -64,14 +64,14 @@ const config: Config = {
6464 tagName : 'meta' ,
6565 attributes : {
6666 property : 'og:url' ,
67- content : 'https://mihazs.github.io/ petk/' ,
67+ content : 'https://petk.dev /' ,
6868 } ,
6969 } ,
7070 {
7171 tagName : 'meta' ,
7272 attributes : {
7373 property : 'og:image' ,
74- content : 'https://mihazs.github.io/ petk/img/petk-social-card.jpg' ,
74+ content : 'https://petk.dev /img/petk-social-card.jpg' ,
7575 } ,
7676 } ,
7777 // Twitter Card tags
@@ -100,7 +100,7 @@ const config: Config = {
100100 tagName : 'meta' ,
101101 attributes : {
102102 name : 'twitter:image' ,
103- content : 'https://mihazs.github.io /petk/img/petk-social-card.jpg' ,
103+ content : 'https://petk.dev /petk/img/petk-social-card.jpg' ,
104104 } ,
105105 } ,
106106 // Additional meta tags
You can’t perform that action at this time.
0 commit comments