Skip to content

Commit de69337

Browse files
committed
fix cv filename in sitemap
1 parent 6ebf516 commit de69337

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astro.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default defineConfig({
2727
svelte({ include: ["**/*.svelte"] }),
2828
mdx(),
2929
sitemap({
30-
customPages: ["https://www.lukastrombach.dev/cv.dev"],
30+
customPages: ["https://www.lukastrombach.dev/cv.pdf"],
3131
}),
3232
beasties(),
3333
inoxToolsContentUtils(),

0 commit comments

Comments
 (0)