mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 21:58:31 +00:00
do not include url in base pth
This commit is contained in:
parent
11d3251c67
commit
8e5d02fd25
@ -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 -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user