Skip to content

Commit 4c81c62

Browse files
committed
fix: filter pages from sitemap
1 parent 9f840bc commit 4c81c62

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/astro.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ export default defineConfig({
1616
integrations: [
1717
sitemap({
1818
filter: (page) =>
19-
page !== "https://www.rocketsim.app/terms/" &&
20-
page !== "https://www.rocketsim.app/privacy/" &&
21-
page !== "https://www.rocketsim.app/thank-you/",
19+
page !== "https://rocketsim.app/terms/" &&
20+
page !== "https://rocketsim.app/privacy/" &&
21+
page !== "https://rocketsim.app/thank-you/",
2222
}),
2323
],
2424
});

0 commit comments

Comments
 (0)