Skip to content

Commit 9d3b84d

Browse files
committed
Update config
1 parent 77c0d2e commit 9d3b84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pugconfig.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const pug = require('pug');
1414
const websiteDir = '.';
1515
const distDir = './_site';
1616

17-
const entries = ['index.pug', 'docs/docs.pug', 'docs/integration-guide.pug'];
17+
const entries = ['index.pug', 'docs/docs.pug'];
1818

1919
const assets = [
2020
[websiteDir, distDir, ['css/*.css', 'js/*.js', 'img/*.{svg,png}', 'fonts/*', '*.{svg,png,ico,xml,json}'], ["package.json", "package-lock.json"], false],

0 commit comments

Comments
 (0)