Skip to content

Commit

Permalink
fix: hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics authored May 29, 2024
1 parent 2742340 commit c2453ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineConfigWithTheme<ThemeConfig>({
metaChunk: true,

sitemap: {
hostname: 'carbon.breno.tech',
hostname: 'https://carbon.breno.tech',
transformItems(items) {
return items.filter((item) => !item.url.includes('migration'))
}
Expand Down

0 comments on commit c2453ad

Please sign in to comment.