We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f840bc commit 4c81c62Copy full SHA for 4c81c62
1 file changed
docs/astro.config.mjs
@@ -16,9 +16,9 @@ export default defineConfig({
16
integrations: [
17
sitemap({
18
filter: (page) =>
19
- page !== "https://www.rocketsim.app/terms/" &&
20
- page !== "https://www.rocketsim.app/privacy/" &&
21
- page !== "https://www.rocketsim.app/thank-you/",
+ page !== "https://rocketsim.app/terms/" &&
+ page !== "https://rocketsim.app/privacy/" &&
+ page !== "https://rocketsim.app/thank-you/",
22
}),
23
],
24
});
0 commit comments