Skip to content

Commit

Permalink
fix: missing favicon for docs website
Browse files Browse the repository at this point in the history
  • Loading branch information
William Bakst committed Nov 26, 2024
1 parent bf13984 commit 58400fa
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ node_modules
!docs/lib
docs/build
static
!docs/static
pad.db
.lilypad
lily
17 changes: 17 additions & 0 deletions docs/static/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ const config: DocsThemeConfig = {
head: (
<>
<title>Lilypad</title>
<link
rel="icon"
type="image/svg+xml"
sizes="any"
href="/static/favicon.svg"
/>
<meta name="description" content="The future of prompt engineering" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Lilypad" />
Expand Down

0 comments on commit 58400fa

Please sign in to comment.