We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db1b7f commit 92d9f2bCopy full SHA for 92d9f2b
apps/docs/vocs.config.ts
@@ -4,6 +4,9 @@ export default defineConfig({
4
title: "MinaJS",
5
description: "The TypeScript interface for Mina Protocol.",
6
logoUrl: "/logo.svg",
7
+ font: {
8
+ google: "DM Sans",
9
+ },
10
theme: {
11
accentColor: {
12
light: "#907aa9",
packages/shared/tsup.config.ts
@@ -8,4 +8,5 @@ export default defineConfig({
clean: true,
bundle: true,
dts: true,
+ silent: true,
});
0 commit comments