mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
do not include url in base pth
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user