1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-21 18:03:50 +03:00

fix: start of Traefik Pilot

This commit is contained in:
Ludovic Fernandez 2020-09-18 09:26:03 +02:00 committed by GitHub
parent 79af433381
commit 6445befe87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -36,5 +36,5 @@ func isPilotEnabled(staticCfg *static.Configuration) bool {
func hasPlugins(staticCfg *static.Configuration) bool {
return staticCfg.Experimental != nil &&
len(staticCfg.Experimental.Plugins) > 0 || staticCfg.Experimental.DevPlugin != nil
(len(staticCfg.Experimental.Plugins) > 0 || staticCfg.Experimental.DevPlugin != nil)
}

View File

@ -1,6 +1,6 @@
[build]
# Path relative to the root of the repository
publish = "docs/site"
publish = "site"
base = "docs"
# Path relative to the "base" directory