File tree 3 files changed +3
-9
lines changed
3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
1
[build ]
2
+ command = " hugo --source website --gc --minify"
2
3
publish = " website/public"
3
4
4
5
[build .environment ]
5
- BUILD_COMMAND = " hugo --source website --gc --minify"
6
6
HUGO_VERSION = " 0.95.0"
7
7
NODE_VERSION = " 16.13.2"
8
-
9
- [context .production ]
10
- command = " $BUILD_COMMAND --baseURL $URL"
11
-
12
- [context .deploy-preview ]
13
- command = " $BUILD_COMMAND --baseURL $DEPLOY_PRIME_URL"
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ resampleFilter = "CatmullRom"
56
56
[services ]
57
57
[services .googleAnalytics ]
58
58
# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
59
- id = " UA-141692582-2 "
59
+ id = " G-F7TDNSY952 "
60
60
61
61
[markup ]
62
62
[markup .goldmark ]
Original file line number Diff line number Diff line change 12
12
{{ if ne $latest_version $current_version }}
13
13
{{ $latest_doc := partial "doc_latest_version.html" . }}
14
14
{{ if ne $latest_doc $latest_version }}
15
- < link rel ="canonical " href ="{{ $latest_doc | safeURL | absURL }} " />
15
+ < link rel ="canonical " href ="https://www.talos.dev {{ $latest_doc | safeURL }} " />
16
16
{{ end }}
17
17
{{ end }}
18
18
{{ end }}
You can’t perform that action at this time.
0 commit comments