diff --git a/esbuild.config.js b/esbuild.config.js index c4667dd..f747889 100644 --- a/esbuild.config.js +++ b/esbuild.config.js @@ -58,7 +58,7 @@ esbuild plugins: [scss(), skipReactImports], define: { PLUGIN_NAME: '"Rentgen"', - PLUGIN_URL: '"https://git.internet-czas-dzialac.pl/icd/rentgen"', + PLUGIN_URL: '"https://addons.mozilla.org/pl/firefox/addon/rentgen/"', }, external: ['react', 'react-dom', 'survey-react'], watch,