Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
bartosz-skejcik committed Dec 7, 2023
1 parent 2f349b7 commit c0ba4ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/api/locations/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ export async function GET(request: Request) {
console.log(error);
}
}

export const dynamic = "force-dynamic";
4 changes: 3 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
output: "standalone",
};

module.exports = nextConfig;

0 comments on commit c0ba4ed

Please sign in to comment.