We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5604f16 commit 802a535Copy full SHA for 802a535
src/layouts/Layout.astro
@@ -15,6 +15,7 @@ const { title } = Astro.props;
15
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
16
<meta name="viewport" content="width=device-width" />
17
<meta name="generator" content={Astro.generator} />
18
+ <base href="https://binarybrains-upiicsa.github.io/" />
19
<title>{title}</title>
20
</head>
21
<body>
0 commit comments