removed pathPrefix

This commit is contained in:
hamdy
2021-02-16 11:11:34 +02:00
parent 4767df381d
commit 6f0b4782de
2 changed files with 5 additions and 6 deletions

View File

@@ -6,7 +6,6 @@
module.exports = {
siteName: 'Threefold Webstack',
pathPrefix: 'threefold',
plugins: [
// Local models
@@ -429,4 +428,4 @@ module.exports = {
]
}
}
}
}