Merge pull request #1 from WorldWideTelescope/ga4

config.toml: update Google Analytics ID for GA4 migration
This commit is contained in:
Peter Williams 2023-08-03 21:16:45 +00:00 коммит произвёл GitHub
Родитель f007ed99cc 034562f242
Коммит dfcfd15b78
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,9 +1,9 @@
base_url = "//docs.worldwidetelescope.org/layer-guide/1/"
base_url = "https://docs.worldwidetelescope.org/layer-guide/1/"
title = "WWT Layer Guide"
description = "Creating and manipulating WWT graphics \"layers\"."
theme = "wwtguide"
highlight_code = true
[extra]
github_base = "//github.com/WorldWideTelescope/worldwide-telescope-layer-guide"
google_analytics_id = "UA-107473046-3"
github_base = "https://github.com/WorldWideTelescope/worldwide-telescope-layer-guide"
google_analytics_id = "G-D1J49XX0CV"