From 6d74f86bd069e55064703cfc91fa4ecd015a8365 Mon Sep 17 00:00:00 2001 From: SleeplessOne1917 Date: Thu, 29 Jun 2023 09:34:38 -0400 Subject: [PATCH] Add trailing slash --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index cea29b1..9afdb52 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -103,7 +103,7 @@ const createClientConfig = (env, mode) => { entry: "./src/client/index.tsx", output: { filename: "js/client.js", - publicPath: `/static/${env.COMMIT_HASH}`, + publicPath: `/static/${env.COMMIT_HASH}/`, }, plugins: [ ...base.plugins,