diff --git a/build/examples/paths.js b/build/examples/paths.js index 54814ae4..14b6b9cf 100644 --- a/build/examples/paths.js +++ b/build/examples/paths.js @@ -2,5 +2,5 @@ import path from 'path' export const rootPath = path.resolve(__dirname, '../') export const srcPath = path.resolve(rootPath, '../examples') -export const buildPath = path.resolve(rootPath, '../docs') +export const buildPath = path.resolve(rootPath, '../dist') export const sassImportPath = srcPath