Skip to content

Commit

Permalink
Config: Reformatting after Netlify debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans committed Sep 6, 2024
1 parent 9c41f6c commit d33f549
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,16 @@ export default defineConfig({
}),
ASTRO_OUTPUT_MODE === 'hybrid' ? keystatic() : undefined,
],
markdown: {
remarkPlugins: [remarkToc],
},
markdown: { remarkPlugins: [remarkToc] },
site: 'https://www.osm-verkehrswende.org/',
redirects: {
'/mapswipe': '/crowdmap',
'/about': '/root',
},
vite: {
ssr: {
noExternal: ['route-snapper'],
},
ssr: { noExternal: ['route-snapper'] },
optimizeDeps: {
exclude: [
'route-snapper',
// Needed for `watchAndRun` https://stackoverflow.com/a/75655669
'fsevents',
],
exclude: ['route-snapper'],
},
plugins: [
// See keystatic/scripts/README.md
Expand Down

0 comments on commit d33f549

Please sign in to comment.