Skip to content

Commit

Permalink
add favicon to docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
stirlhoss committed Sep 30, 2024
1 parent ccfe382 commit f7a7354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default defineConfig({
title: "BABLR docs",
logo: { src: "./src/images/BABLRTransparent.png", replacesTitle: true },
prerender: false,
favicon: "/favicon.ico",
}),
],
server: { port: 8080 },
Expand Down

0 comments on commit f7a7354

Please sign in to comment.