From 89a7f3949ad0755812bd479b95a3b255565bfd97 Mon Sep 17 00:00:00 2001 From: Joe Gambino Date: Mon, 22 Nov 2021 13:01:26 -0800 Subject: [PATCH] Update webpack path for apple app association --- config/webpack/webpack.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/webpack/webpack.common.js b/config/webpack/webpack.common.js index 997498cc921..3ab94fe2ccf 100644 --- a/config/webpack/webpack.common.js +++ b/config/webpack/webpack.common.js @@ -51,7 +51,7 @@ const webpackConfig = { {from: 'assets/css', to: 'css'}, {from: 'node_modules/react-pdf/dist/esm/Page/AnnotationLayer.css', to: 'css/AnnotationLayer.css'}, {from: 'assets/images/shadow.png', to: 'images/shadow.png'}, - {from: 'apple-app-site-association'}, + {from: '.well-known/apple-app-site-association'}, // These files are copied over as per instructions here // https://github.com/wojtekmaj/react-pdf#copying-cmaps