We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef6363 commit 47c9006Copy full SHA for 47c9006
base-theme/layouts/partials/webpack_url.html
@@ -1,4 +1,4 @@
1
-{{- $port := 3001 -}}
+{{- $port := getenv "WEBPACK_PORT" -}}
2
{{- if or site.IsServer (not (eq site.BaseURL "")) -}}
3
{{- if or site.IsServer (in site.BaseURL ":3000") -}}
4
{{- if hasPrefix .url "/" -}}
0 commit comments