do not include url in base pth

This commit is contained in:
Felix Roos 2023-01-03 23:32:28 +01:00
parent 11d3251c67
commit 8e5d02fd25

View File

@ -1,9 +1,8 @@
---
import '../styles/index.css';
const { url } = Astro;
const { BASE_URL } = import.meta.env;
const base = url.origin + BASE_URL;
const base = BASE_URL;
---
<!-- Global Metadata -->