Skip to content

Commit a24445c

Browse files
committed
move appcast back into root and invert redirect because sparkle is silly
1 parent 06b71fd commit a24445c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

astro.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ export default defineConfig({
88
site: 'https://getmythic.app',
99
integrations: [icon()],
1010
redirects: {
11-
"/appcast.xml" : "/sparkle/appcast.xml",
11+
"/sparkle/appcast.xml" : "/appcast.xml",
1212
}
1313
});
File renamed without changes.

0 commit comments

Comments
 (0)