Skip to content

Commit 802a535

Browse files
authored
refactor: Updated Layout.astro (#6)
1 parent 5604f16 commit 802a535

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layouts/Layout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const { title } = Astro.props;
1515
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
1616
<meta name="viewport" content="width=device-width" />
1717
<meta name="generator" content={Astro.generator} />
18+
<base href="https://binarybrains-upiicsa.github.io/" />
1819
<title>{title}</title>
1920
</head>
2021
<body>

0 commit comments

Comments
 (0)