diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index c4ac9fc..c607096 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -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 @@ -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' }], @@ -137,8 +136,8 @@ export default withPwa( markdown: { theme: { - light: 'vitesse-light', - dark: 'vitesse-dark', + light: 'github-dark', + dark: 'github-light' }, codeTransformers: [ diff --git a/docs/config.md b/docs/config.md index 649319a..d523a41 100644 --- a/docs/config.md +++ b/docs/config.md @@ -80,7 +80,6 @@ const config: LocalTunnelOptions = { */ maxRequests: 10, - /** * SSL private key, certificate, and CA certificate to use for the tunnel. * @default null