diff --git a/next.config.js b/next.config.js index 994963e..ea9d729 100644 --- a/next.config.js +++ b/next.config.js @@ -19,6 +19,26 @@ const nextConfig = { 'https://assemblyline.suffolklitlab.org/docs/get_started#join-the-community', permanent: true, }, + { + source: '/ma/forms/courtformsonline-massaccess', + destination: '/ma/forms', + permanent: true, + }, + { + source: '/myforms', + destination: '/forms', + permanent: true, + }, + { + source: '/forms/form_data.csv', + destination: '/forms', + permanent: true, + }, + { + source: '/hackathon/', + destination: 'https://suffolklitlab.org/events/', + permanent: true, + }, ]; }, };