@quintype/framework 7.11.0-notfound-metadata.0 → 7.11.0-notfound-metadata.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -369,9 +369,7 @@ exports.notFoundHandler = function notFoundHandler(
|
|
|
369
369
|
disableIsomorphicComponent: false,
|
|
370
370
|
defaultPageType: "not-found",
|
|
371
371
|
});
|
|
372
|
-
console.log("seo-----------", seo);
|
|
373
372
|
const seoInstance = getSeoInstance(seo, config, result.pageType);
|
|
374
|
-
console.log("seoInstance---------");
|
|
375
373
|
const seoTags = seoInstance && seoInstance.getMetaTags(config, result.pageType || "not-found", result, { url });
|
|
376
374
|
|
|
377
375
|
res.status(statusCode);
|