mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-25 12:38:35 +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';
|
import '../styles/index.css';
|
||||||
|
|
||||||
const { url } = Astro;
|
|
||||||
const { BASE_URL } = import.meta.env;
|
const { BASE_URL } = import.meta.env;
|
||||||
const base = url.origin + BASE_URL;
|
const base = BASE_URL;
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- Global Metadata -->
|
<!-- Global Metadata -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user