Skip to content

Commit 5f0cc74

Browse files
authored
Update index.js
Disabling the YAML config plugin, for now.
1 parent ce6ce9a commit 5f0cc74

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/standalone/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ import StandaloneLayout from './layout'
22
import '../style/main.scss'
33

44
import TopbarPlugin from "plugins/topbar"
5-
import ConfigsPlugin from "plugins/configs"
65

76
// the Standalone preset
87

98
let preset = [
109
TopbarPlugin,
11-
ConfigsPlugin,
1210
() => {
1311
return {
1412
components: { StandaloneLayout }

0 commit comments

Comments
 (0)