We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b469054 commit 3973df5Copy full SHA for 3973df5
1 file changed
middleware/breadcrumbs.js
@@ -1,6 +1,5 @@
1
const path = require('path')
2
const { getPathWithoutLanguage } = require('../lib/path-utils')
3
-const nonEnterpriseDefaultVersion = require('../lib/non-enterprise-default-version')
4
5
module.exports = async (req, res, next) => {
6
if (!req.context.page) return next()
0 commit comments