web/changelog: move components to dedicated folder

This commit is contained in:
wukko
2024-07-21 14:42:17 +06:00
parent 2efaa11670
commit dbbd43e002
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ const config = {
extensions: ['.md'],
layout: join(
dirname(fileURLToPath(import.meta.url)),
'/src/components/misc/ChangelogEntryWrapper.svelte'
'/src/components/changelog/ChangelogEntryWrapper.svelte'
)
})
],