Skip to content

Commit

Permalink
Add lambda edge build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevdevdev committed Jun 23, 2023
1 parent e39d88e commit f431965
Show file tree
Hide file tree
Showing 6 changed files with 613 additions and 91 deletions.
8 changes: 4 additions & 4 deletions nuxt-app/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export default defineNuxtConfig({
'/api/**': { cors: true },
// Redirects legacy urls
'/parent/a': { redirect: '/parent/b' }
},
nitro: {
preset: './server/nitro/preset',
}
})



})
Loading

0 comments on commit f431965

Please sign in to comment.