Skip to content

Commit

Permalink
website: upgrade logo revision
Browse files Browse the repository at this point in the history
  • Loading branch information
donskov committed Jan 16, 2024
1 parent fd1b110 commit 77b3c67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { Config } from '@docusaurus/types';
import type * as Preset from '@docusaurus/preset-classic';
import { themes as prismThemes } from 'prism-react-renderer';
import npm2yarn from '@docusaurus/remark-plugin-npm2yarn';
import packageJSON from '../package.json';

const config: Config = {
Expand All @@ -25,6 +26,7 @@ const config: Config = {
docs: {
path: 'docs',
sidebarPath: './sidebars.ts',
remarkPlugins: [npm2yarn],
},
theme: {
customCss: './src/css/custom.css',
Expand Down Expand Up @@ -66,7 +68,7 @@ const config: Config = {
style: 'dark',
logo: {
alt: 'asn1.js',
src: '/img/logo.svg',
src: '/img/logo_r2.svg',
width: 92,
},
items: [
Expand Down
File renamed without changes

0 comments on commit 77b3c67

Please sign in to comment.