5 lines
181 B
JavaScript
5 lines
181 B
JavaScript
// Re-export all SEO functions from the new modular structure
|
|
// This maintains backward compatibility while using the new split files
|
|
|
|
module.exports = require('./seo/index.cjs');
|