diff --git a/package.json b/package.json index 469b44e..f6b0354 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite --host --port=$PORT", - "build": "vite build", + "build": "VITE_BACKEND= vite build", "preview": "vite preview" }, "devDependencies": { diff --git a/src/routes/ParaderoInfo.svelte b/src/routes/ParaderoInfo.svelte index bfff22f..1c3cf97 100644 --- a/src/routes/ParaderoInfo.svelte +++ b/src/routes/ParaderoInfo.svelte @@ -2,8 +2,7 @@