From 9cf35d94595bdab7cd50c9165a26d1eb4f9bd89d Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 7 Sep 2019 11:25:45 +0900 Subject: [PATCH] Push styles first to reduce render blocking --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index ae8aa1f4..20e7eb05 100644 --- a/config.json +++ b/config.json @@ -36,8 +36,8 @@ "main": "main" }, "push": [ - "/scripts", - "/styles" + "/styles", + "/scripts" ], "ports": { "http": 4000,