refactor: ♻️ use custom sitemap generation instead of package
This commit is contained in:
parent
f7e0e51bc6
commit
f8b97f7649
2 changed files with 12 additions and 8 deletions
|
@ -11,7 +11,6 @@ import eleventyPluginNavigation from '@11ty/eleventy-navigation';
|
|||
import eleventyPluginOgImage from 'eleventy-plugin-og-image';
|
||||
import eleventyPluginReadingTime from '@myxotod/eleventy-plugin-readingtime';
|
||||
import eleventyPluginRobotsTxt from 'eleventy-plugin-robotstxt';
|
||||
import eleventyPluginSitemap from '@quasibit/eleventy-plugin-sitemap';
|
||||
import eleventyPluginSyntaxHighlight from '@11ty/eleventy-plugin-syntaxhighlight';
|
||||
import markdownItAbbr from 'markdown-it-abbr';
|
||||
import markdownItCallouts from 'markdown-it-obsidian-callouts';
|
||||
|
@ -59,11 +58,6 @@ export default async function (eleventyConfig) {
|
|||
]
|
||||
}
|
||||
});
|
||||
eleventyConfig.addPlugin(eleventyPluginSitemap, {
|
||||
sitemap: {
|
||||
hostname: 'https://blog.sebin-nyshkim.net'
|
||||
}
|
||||
});
|
||||
eleventyConfig.addPlugin(eleventyImageTransformPlugin, {
|
||||
extensions: 'html',
|
||||
formats: ['avif', 'webp', 'auto'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue