Skip to content

Commit

Permalink
Changing map to use full Next
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemoon committed Dec 14, 2023
1 parent 267971c commit daadb1c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/map/next.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: "export",
trailingSlash: true,
swcMinify: true,
images: {
unoptimized: true,
},
};

module.exports = nextConfig;

3 comments on commit daadb1c

@vercel
Copy link

@vercel vercel bot commented on daadb1c Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on daadb1c Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on daadb1c Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.