Skip to content

Commit

Permalink
docs: add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 18, 2024
1 parent 3545177 commit 1679e08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
import { BaseLayout } from '@/components/layout'
import { Metadata } from 'next'

export const metadata: Metadata = {
title: 'Splashy',
description: 'Get predominant colors for any image.'
}

export default function Layout ({ children }: { children: React.ReactNode }) {
return <BaseLayout>{children}</BaseLayout>
Expand Down
Binary file added website/src/app/opengraph-image.png
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 1679e08

Please sign in to comment.