diff --git a/src/components/modal.tsx b/src/components/modal.tsx index a91c18e..edd6eac 100644 --- a/src/components/modal.tsx +++ b/src/components/modal.tsx @@ -96,7 +96,11 @@ const ModalContent: FC = () => {
{t("modal.about_osm")}
{t("modal.create_account")} - + OpenStreetMap.org
diff --git a/vite.config.js b/vite.config.js index ab987b4..34d3305 100644 --- a/vite.config.js +++ b/vite.config.js @@ -14,6 +14,7 @@ export default defineConfig(() => { }, }, build: { + target: "es2015", outDir: "build", }, plugins: [react()],