Skip to content

Commit b8c9feb

Browse files
committed
fix: update favicon path in Astro configuration
- Changed the favicon path in the Astro configuration from "/public/favicon.svg" to "/favicon.svg" for correct asset referencing.
1 parent c8564bc commit b8c9feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineConfig({
1111
integrations: [
1212
starlight({
1313
title: "tutorials.angular.courses",
14-
favicon: "/public/favicon.svg",
14+
favicon: "/favicon.svg",
1515
social: [
1616
{
1717
icon: "github",

0 commit comments

Comments
 (0)