Skip to content

Commit

Permalink
add rewrites to event page (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikearnaldi authored Sep 29, 2023
1 parent c1042af commit f56bd45
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 6 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ const withNextra = nextra({
const nextConfig = {
reactStrictMode: true,
output: "standalone",
redirects: () => [],
rewrites: () => [
{
source: "/events/effect-days",
destination: "https://webflow.effect.website/events/effect-days-2024",
},
],
}

export default withNextra(nextConfig)
6 changes: 6 additions & 0 deletions pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@
"theme": {
"layout": "full"
}
},
"contact": {
"title": "Effect Days",
"type": "page",
"href": "/events/effect-days",
"newWindow": true
}
}

0 comments on commit f56bd45

Please sign in to comment.