From 52c08d1454b729a35b7f3008bc71a64ead46e39d 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 385425c..4f2b460 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": [