Skip to content

Commit

Permalink
add metadata to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehr-safari committed Jul 20, 2024
1 parent c6b4cc2 commit cb8222a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ import { defineConfig } from 'vitepress';
export default defineConfig({
title: 'Osty',
description: 'Framework for building Nostr web applications',

/* prettier-ignore */
head: [
['link', { rel: 'icon', href: '/favicon.ico' }],
['meta', { name: 'theme-color', content: '#5f67ee' }],
['meta', { property: 'og:type', content: 'website' }],
['meta', { property: 'og:locale', content: 'en' }],
['meta', { property: 'og:title', content: 'Osty | Framework for building Nostr web applications' }],
['meta', { property: 'og:site_name', content: 'Osty' }],
['meta', { property: 'og:image', content: 'https://osty.dev/osty-og.png' }],
['meta', { property: 'og:url', content: 'https://osty.dev/' }],
],

themeConfig: {
// https://vitepress.dev/reference/default-theme-config
logo: '/osty.png',
Expand Down
Binary file added docs/public/osty-og.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 cb8222a

Please sign in to comment.