Skip to content

Commit

Permalink
Merge pull request #71 from GaiaNet-AI/update-icon
Browse files Browse the repository at this point in the history
update
  • Loading branch information
alabulei1 authored Sep 23, 2024
2 parents f396d5a + 956f7af commit ede3e06
Showing 1 changed file with 33 additions and 5 deletions.
38 changes: 33 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,38 @@ const config = {
href: 'https://ko.docs.gaianet.ai'
},
},
{
tagName: 'link',
attributes: {
rel: 'alternate',
hreflang: 'tr',
href: 'https://tr.docs.gaianet.ai'
},
},
{
tagName: 'link',
attributes: {
rel: 'alternate',
hreflang: 'es',
href: 'https://es.docs.gaianet.ai'
},
},
{
tagName: 'link',
attributes: {
rel: 'alternate',
hreflang: 'pt',
href: 'https://pt.docs.gaianet.ai'
},
},
{
tagName: 'link',
attributes: {
rel: 'alternate',
hreflang: 'vi',
href: 'https://vi.docs.gaianet.ai'
},
},
{
tagName: 'script',
attributes: {
Expand All @@ -101,11 +133,7 @@ const config = {
{
tagName: 'script',
attributes: {},
innerHTML: `
Weglot.initialize({
api_key: 'wg_8d3dd85f0e6d941759812a29e1d2e0d95'
});
`,
innerHTML: `Weglot.initialize({api_key: 'wg_4b743a7811929fdbb89fb41039c91e231'});`,
},
],

Expand Down

0 comments on commit ede3e06

Please sign in to comment.