File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,4 +76,5 @@ fabric.properties
7676# Android studio 3.1+ serialized cache file
7777.idea /caches /build_file_checksums.ser
7878
79- public /
79+ public /
80+ dist /
Original file line number Diff line number Diff line change 11docker buildx create --use
2- docker buildx build --platform=linux/amd64,linux/arm64 --tag " devforth/spa-to-http:latest" --tag " devforth/spa-to-http:1.0.5 " --push .
2+ docker buildx build --platform=linux/amd64,linux/arm64 --tag " devforth/spa-to-http:latest" --tag " devforth/spa-to-http:1.0.6 " --push .
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ func ContextToParams(c *cli.Context) *Params {
106106 Brotli : c .Bool ("brotli" ),
107107 Threshold : c .Int64 ("threshold" ),
108108 Directory : c .String ("directory" ),
109- CacheControlMaxAge : c .Int64 ("cache-control- max-age" ),
109+ CacheControlMaxAge : c .Int64 ("cache-max-age" ),
110110 SpaMode : c .Bool ("spa" ),
111111 IgnoreCacheControlPaths : c .StringSlice ("ignore-cache-control-paths" ),
112112 CacheEnabled : c .Bool ("cache" ),
You can’t perform that action at this time.
0 commit comments