Skip to content

Commit

Permalink
add image path to next config
Browse files Browse the repository at this point in the history
  • Loading branch information
elenalape committed Sep 19, 2024
1 parent c7e7b09 commit 28ece4f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: "/hackathon-tpac-2024",
output: "export",
reactStrictMode: true,
}
};

module.exports = nextConfig
module.exports = nextConfig;

0 comments on commit 28ece4f

Please sign in to comment.