Skip to content

Commit

Permalink
Update next.config.js
Browse files Browse the repository at this point in the history
added sumo intro slides link
  • Loading branch information
jackfitton112 authored Nov 6, 2024
1 parent b6d5cb3 commit 9d86e9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ const nextConfig = {
basePath: false,
permanent: true,
},
{
source: "/sumo-intro",
destination: "https://docs.google.com/presentation/d/13D1xi-6d-WKjCjCSprtQm-3S46CodV8iwA-wrJE1CEc/edit?usp=sharing",
basePath: false,
permanent: true,
},
];
},
};
Expand Down

0 comments on commit 9d86e9c

Please sign in to comment.