do not include url in base pth
This commit is contained in:
parent
11d3251c67
commit
8e5d02fd25
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue