Skip to content
Snippets Groups Projects
Commit 3d1c30cd authored by Christopher Krawietz's avatar Christopher Krawietz
Browse files

[BUG] — Rollbck of changes in config.js

parent 24ce64d3
No related branches found
No related tags found
No related merge requests found
const { description } = require('../../package.json'); const { description } = require('../../package.json');
const { CI_PAGES_URL } = process.env;
const base = CI_PAGES_URL && new URL(CI_PAGES_URL).pathname;
module.exports = { module.exports = {
/** /**
...@@ -12,7 +10,6 @@ module.exports = { ...@@ -12,7 +10,6 @@ module.exports = {
*/ */
description: description, description: description,
theme: 'nc-provider', theme: 'nc-provider',
base: base,
dest: 'public', dest: 'public',
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment