Skip to content

Commit 00e4402

Browse files
peaceirisbep
authored andcommitted
Remove extra whitespace
1 parent 212d63e commit 00e4402

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

config/_default/config.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
baseURL = "https://gohugo.io/"
2-
paginate = 100
2+
paginate = 100
33
defaultContentLanguage = "en"
44
enableEmoji = true
55
# Set the unicode character used for the "return" link in page footnotes.
@@ -73,7 +73,7 @@ toLower = false
7373
name = "keywords"
7474
weight = 100
7575
[[related.indices]]
76-
name = "date"
76+
name = "date"
7777
weight = 10
7878
pattern = "2006"
7979

netlify.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ HUGO_ENV = "production"
88
HUGO_ENABLEGITINFO = "true"
99

1010
[context.split1]
11-
command = "hugo --gc --minify --enableGitInfo"
11+
command = "hugo --gc --minify --enableGitInfo"
1212

1313
[context.split1.environment]
1414
HUGO_VERSION = "0.54.0"
1515
HUGO_ENV = "production"
1616

1717
[context.deploy-preview]
18-
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
18+
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
1919

2020
[context.deploy-preview.environment]
2121
HUGO_VERSION = "0.54.0"
2222

2323
[context.branch-deploy]
24-
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
24+
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
2525

2626
[context.branch-deploy.environment]
2727
HUGO_VERSION = "0.54.0"

0 commit comments

Comments
 (0)