Skip to content

Commit

Permalink
Docs: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
xray-robot committed Jul 17, 2024
1 parent c1903e6 commit a617cd6
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,34 @@ import typedocSidebar from "../api/typedoc-sidebar.json"
// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "CardanoWeb3js",
description: "A VitePress Site",
description: "CardanoWeb3js is a versatile TypeScript library designed for seamless integration with the Cardano blockchain",
lastUpdated: true,
cleanUrls: true,
sitemap: {
hostname: "https://carano-web3-js.org",
},
head: [
["link", { rel: "icon", href: "/favicon.svg" }],
// [
// "link",
// {
// rel: "preload",
// href: "https://cdn.xray.app/fonts/satoshi/Satoshi-Variable.ttf",
// as: "font",
// type: "font/ttf",
// crossorigin: "anonymous",
// },
// ],
// [
// "link",
// {
// rel: "preload",
// href: "https://cdn.xray.app/fonts/archivo/Archivo-Variable.ttf",
// as: "font",
// type: "font/ttf",
// crossorigin: "anonymous",
// },
// ],
[
"link",
{
rel: "preload",
href: "https://cdn.xray.app/fonts/satoshi/Satoshi-Variable.ttf",
as: "font",
type: "font/ttf",
crossorigin: "anonymous",
},
],
[
"link",
{
rel: "preload",
href: "https://cdn.xray.app/fonts/archivo/Archivo-Variable.ttf",
as: "font",
type: "font/ttf",
crossorigin: "anonymous",
},
],
[
"link",
{
Expand Down

0 comments on commit a617cd6

Please sign in to comment.