Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
fix: sitemap unavailable on Cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxyw committed Oct 29, 2023
1 parent aa4da27 commit f9e45d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const config = {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter({ routes: { include: ['/*'], exclude: ['<all>', '/sitemap.xml'] } }),
adapter: adapter(),
csp: {
mode: 'auto',
directives: {
Expand Down

0 comments on commit f9e45d9

Please sign in to comment.