mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-10 13:56:11 +10:00
9 lines
228 B
JavaScript
9 lines
228 B
JavaScript
const { path } = require('@vuepress/shared-utils')
|
|
|
|
module.exports = (options, context) => ({
|
|
define: {
|
|
SELECTOR: options.selector || '.content img'
|
|
},
|
|
clientRootMixin: path.resolve(__dirname, 'clientRootMixin.js')
|
|
})
|