Skip to content

Commit

Permalink
docs: update code theme
Browse files Browse the repository at this point in the history
chore: wip
  • Loading branch information
chrisbbreuer committed Dec 28, 2024
1 parent b8e2dd9 commit ad6e05d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { HeadConfig } from 'vitepress'
import { transformerTwoslash } from '@shikijs/vitepress-twoslash'
import { withPwa } from '@vite-pwa/vitepress'
import { defineConfig } from 'vitepress'

import viteConfig from './vite.config'

// https://vitepress.dev/reference/site-config
Expand Down Expand Up @@ -82,7 +81,7 @@ export default withPwa(
['meta', { name: 'author', content: 'Stacks.js, Inc.' }],
['meta', {
name: 'tags',
content: 'local, tunnel, localtunnels, stacksjs, domain, https',
content: 'local, tunnel, localtunnels, stacksjs, domain, https, ngrok alternative, self-hosted, open-source, free',
}],
['meta', { property: 'og:type', content: 'website' }],
['meta', { property: 'og:locale', content: 'en' }],
Expand Down Expand Up @@ -137,8 +136,8 @@ export default withPwa(

markdown: {
theme: {
light: 'vitesse-light',
dark: 'vitesse-dark',
light: 'github-light',
dark: 'github-dark'
},

codeTransformers: [
Expand Down
1 change: 0 additions & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ const config: LocalTunnelOptions = {
*/
maxRequests: 10,


/**
* SSL private key, certificate, and CA certificate to use for the tunnel.
* @default null
Expand Down

0 comments on commit ad6e05d

Please sign in to comment.