1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-04-15 11:56:56 +02:00

docs: fix trailing slashes (#2529)

* docs: fix trailing slashes

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* chore: test

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: vercel config

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: htmltest ignore discord domain

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2021-09-27 23:19:23 -03:00 committed by GitHub
parent 164d462470
commit 3e3846a04d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

7
vercel.json Normal file
View File

@ -0,0 +1,7 @@
{
"trailingSlash": true,
"github": {
"silent": true,
"autoJobCancelation": true
}
}

View File

@ -7,6 +7,7 @@ IgnoreURLs:
- support.discord.com
- microsoft.com
- https://github.com/goreleaser/goreleaser/edit/
- https://discord.com/
IgnoreDirs:
- overrides
IgnoreDirectoryMissingTrailingSlash: true