Revert "refactor: Update webpack configuration to improve git commit hash retrieval and enhance lazy loading of components for better performance"
This reverts commit 52c9888a6a.
This commit is contained in:
@@ -7,8 +7,6 @@ const generateHomepageMetaTags = (baseUrl, config) => {
|
||||
const canonicalUrl = baseUrl.endsWith('/') ? baseUrl.slice(0, -1) : baseUrl;
|
||||
|
||||
return `
|
||||
<link rel="preload" as="image" href="/assets/images/konfigurator.avif" fetchpriority="high">
|
||||
|
||||
<!-- SEO Meta Tags -->
|
||||
<meta name="description" content="${description}">
|
||||
<meta name="keywords" content="${keywords}">
|
||||
@@ -235,4 +233,4 @@ const generateHomepageJsonLd = (baseUrl, config, categories = []) => {
|
||||
module.exports = {
|
||||
generateHomepageMetaTags,
|
||||
generateHomepageJsonLd,
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user