Skip to content

Commit

Permalink
pitch deck alternate url
Browse files Browse the repository at this point in the history
  • Loading branch information
newtmex committed Aug 28, 2024
1 parent 817e28e commit bc60105
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/ui/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ const nextConfig = {
eslint: {
ignoreDuringBuilds: process.env.NEXT_PUBLIC_IGNORE_BUILD_ERROR === "true",
},
redirects: async () => [
{
source: '/pitch-deck',
destination: '/SmartHouisng-Pitch-Deck.key',
permanent: true
}
],
webpack: config => {
config.resolve.fallback = { fs: false, net: false, tls: false };
config.externals.push("pino-pretty", "lokijs", "encoding");
Expand Down

0 comments on commit bc60105

Please sign in to comment.