diff options
-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> <!-- |