diff options
author | eug-vs <eug-vs@keemail.me> | 2021-03-15 14:29:36 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-03-15 14:29:36 +0300 |
commit | 823f26a2f735256e88620496a84ca4c21a2f2b68 (patch) | |
tree | f8f730cc20c4b8a2787a9bcaecc7e9b31431a2f6 /public | |
parent | ba55d180f8878d6a0a592fdc9c3e8015399986a3 (diff) | |
download | commercel-ui-823f26a2f735256e88620496a84ca4c21a2f2b68.tar.gz |
fix: use PUBLIC_URL when import bg-img
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index d128687..7264790 100644 --- a/public/index.html +++ b/public/index.html @@ -26,7 +26,7 @@ --> <title>Commercel</title> </head> - <body class="bg-gray-100" style="background-image: url('./topography.svg')"> + <body class="bg-gray-100" style="background-image: url('%PUBLIC_URL%/topography.svg')"> <noscript>You need to enable JavaScript to run this app.</noscript> <div id="root"></div> <!-- |