From 15b19d7c0960e15b22f23457e7efbf3aee7c75f9 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sat, 18 Nov 2017 17:40:46 -0700 Subject: [PATCH] Change .dev to .test for default local dev TLD per https://github.com/roots/trellis/pull/923 --- resources/assets/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/config.json b/resources/assets/config.json index 385425ca..4f2b4607 100644 --- a/resources/assets/config.json +++ b/resources/assets/config.json @@ -9,7 +9,7 @@ ] }, "publicPath": "/app/themes/sage", - "devUrl": "http://example.dev", + "devUrl": "http://example.test", "proxyUrl": "http://localhost:3000", "cacheBusting": "[name]_[hash:8]", "watch": [