Skip to content

Commit d0ee17c

Browse files
authored
Merge pull request #22 from Codeon-org/dev
🍱 Updated og image link
2 parents 4a9ac73 + 66c0377 commit d0ee17c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

nuxt.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
// ----------------------------------

0 commit comments

Comments
 (0)