Skip to content

Commit 7b6939d

Browse files
config fixes for gh pages deploy
1 parent ee28d54 commit 7b6939d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/BaseLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const base = import.meta.env.BASE_URL.endsWith('/') ? import.meta.env.BASE_URL :
133133

134134
<style is:global>
135135
/* Import all CSS files in the correct order */
136-
@import "../styles/terminal.css";
136+
@import "${import.meta.env.BASE_URL}/styles/terminal.css";
137137
@import "../styles/fonts.css";
138138
@import "../styles/main.css";
139139
@import "../styles/header.css";

0 commit comments

Comments
 (0)