diff options
author | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-02-04 23:41:33 +0900 |
---|---|---|
committer | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-02-04 23:41:33 +0900 |
commit | b68ac80bcfe442afad99f02f6833d4ca2b2a73bc (patch) | |
tree | 5dd57dd91ae686dbda292315d04d5b5cd901a919 | |
parent | 68580a99f99a72dc18a66711dba60e44e731f06d (diff) |
gtagの追加、最終更新日の追加
-rw-r--r-- | docusaurus.config.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js index ab11d4ee..b8684928 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -62,6 +62,7 @@ const config = { beforeDefaultRemarkPlugins: [admonitionTitleToHeadingBeforeTOC], rehypePlugins: [admonitionTitleToHeadingAfterTOC], + showLastUpdateTime: true, }, blog: { blogTitle: 'ふらっとブログ', @@ -76,6 +77,10 @@ const config = { theme: { customCss: './src/css/custom.css', }, + gtag: { + trackingID: 'G-G-BW8GDNFVG1', + anonymizeIP: true, + }, }), ], ], |