Skip to content

Commit 7b52007

Browse files
committed
change language icon url with S3 path
1 parent 1a628bf commit 7b52007

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

website/siteConfig.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ const siteConfig = {
6363
footerIcon: 'img/chequer-logo.png',
6464
favicon: 'img/favicon.png',
6565

66-
langTranslateImg: 'img/g_translate.svg',
66+
langTranslateImg:
67+
'https://s3.ap-northeast-2.amazonaws.com/sqlgate-manual-images/g_translate.svg',
6768

6869
/* colors for website */
6970
colors: {

0 commit comments

Comments
 (0)