Skip to content

Commit

Permalink
docs: fix favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Jun 8, 2024
1 parent efb19a4 commit 0ccbdab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ import { defineConfig } from "vitepress";
export default defineConfig({
title: "DOM-Preview",
description: "A tool for visualizing your component tests",
head: [["link", { rel: "icon", href: "/favicon.svg" }]],
themeConfig: {
logo: "/images/logo.svg",
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: "Home", link: "/" },
Expand Down
2 changes: 2 additions & 0 deletions docs/public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/public/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0ccbdab

Please sign in to comment.