Skip to content

Commit

Permalink
fix: remove astro redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-berlin committed Feb 24, 2024
1 parent 2ca0e30 commit 409ad0d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ import spotlightjs from "@spotlightjs/astro";
export default defineConfig({
site: import.meta.env.DEV ? "http://localhost:4321" : "https://berliner-schnauze.wtf",
prefetch: true,
redirects: {
"/word/[...wordSlug]": "/wort/[...wordSlug]",
},
image: {
domains: ["upload.wikimedia.org", "cms.berliner-schnauze.wtf"],
},
Expand Down

0 comments on commit 409ad0d

Please sign in to comment.