File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ typings/
6161
6262# dotenv environment variables file
6363.env
64+ .env. *
6465
6566# parcel-bundler cache (https://parceljs.org/)
6667.cache
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export default {
2424 {
2525 hid : "og:image" ,
2626 property : "og:image" ,
27- content : "/og_image.png" ,
27+ content : "https://codeon.fr /og_image.png" ,
2828 } ,
2929 {
3030 hid : "og:site_name" ,
@@ -39,12 +39,12 @@ export default {
3939 {
4040 hid : "twitter:image:src" ,
4141 property : "twitter:image:src" ,
42- content : "/og_image.png" ,
42+ content : "https://codeon.fr /og_image.png" ,
4343 } ,
4444 {
4545 hid : "twitter:image" ,
4646 property : "twitter:image" ,
47- content : "/og_image.png" ,
47+ content : "https://codeon.fr /og_image.png" ,
4848 } ,
4949
5050 // ----------------------------------
You can’t perform that action at this time.
0 commit comments