fix: start of Traefik Pilot
This commit is contained in:
parent
79af433381
commit
6445befe87
2 changed files with 2 additions and 2 deletions
|
@ -36,5 +36,5 @@ func isPilotEnabled(staticCfg *static.Configuration) bool {
|
||||||
|
|
||||||
func hasPlugins(staticCfg *static.Configuration) bool {
|
func hasPlugins(staticCfg *static.Configuration) bool {
|
||||||
return staticCfg.Experimental != nil &&
|
return staticCfg.Experimental != nil &&
|
||||||
len(staticCfg.Experimental.Plugins) > 0 || staticCfg.Experimental.DevPlugin != nil
|
(len(staticCfg.Experimental.Plugins) > 0 || staticCfg.Experimental.DevPlugin != nil)
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[build]
|
[build]
|
||||||
# Path relative to the root of the repository
|
# Path relative to the root of the repository
|
||||||
publish = "docs/site"
|
publish = "site"
|
||||||
base = "docs"
|
base = "docs"
|
||||||
|
|
||||||
# Path relative to the "base" directory
|
# Path relative to the "base" directory
|
||||||
|
|
Loading…
Reference in a new issue