Skip to content

Commit

Permalink
chore(docs): remove bundler from config
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed May 19, 2022
1 parent aa7954a commit 9ce302e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const { viteBundler } = require('@vuepress/bundler-vite');

const defaultTheme = require('./theme')

const head = require('./configs/head')
Expand All @@ -13,7 +11,6 @@ module.exports = {
lang: 'en-US',
title: 'discue',
description: 'Developer documentation for the secure and reliable messaging and queueing service.',
bunder: viteBundler({}),
theme: defaultTheme(
{
darkMode: false,
Expand Down

0 comments on commit 9ce302e

Please sign in to comment.