Fix storybook

This commit is contained in:
roschaefer 2019-09-18 16:31:50 +02:00
parent 92e2f6997f
commit 7da49ea54a

View File

@ -1,7 +1,6 @@
const path = require('path')
const nuxtConf = require('../nuxt.config')
const srcDir = `../${nuxtConf.srcDir || ''}`
const rootDir = `../${nuxtConf.rootDir || ''}`
const srcDir = '..'
const rootDir = '..'
// Export a function. Accept the base config as the only param.
module.exports = async ({ config, mode }) => {