1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-18 22:05:29 -04:00

some stuff was being missed by linters, fix glob patterns

[skip ci]
This commit is contained in:
2020-06-03 14:22:21 -04:00
parent 1b9be25a84
commit 3fbbf44f0b
6 changed files with 38 additions and 23 deletions

View File

@@ -31,7 +31,7 @@
# https://github.com/netlify/cli/blob/master/docs/netlify-dev.md#netlifytoml-dev-block
[dev]
framework = "#custom"
command = "yarn start --baseURL / --appendPort=false"
command = "yarn start --baseURL=/ --appendPort=false"
port = 1338
targetPort = 1337
publish = "public"