From 39aacd86de3c4a7b1a1c5e0402de1e6231198da3 Mon Sep 17 00:00:00 2001 From: folex <0xdxdy@gmail.com> Date: Fri, 18 Jun 2021 17:16:43 +0300 Subject: [PATCH] Enable SPA routing --- Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index 339ee9e..816d444 100644 --- a/Caddyfile +++ b/Caddyfile @@ -8,5 +8,5 @@ encode zstd gzip file_server root * /dist - # try_files {path} /index.html + try_files {path} /index.html }