Skip to content

Commit

Permalink
Remove basePath and assetPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
rtwoo committed Oct 10, 2024
1 parent b2ccd33 commit 3cb0469
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: '/hackathon-2024-website',
assetPrefix: '/hackathon-2024-website/',
images: {
domains: ['res.cloudinary.com', 't4.ftcdn.net', 'raw.githubusercontent.com'],
}
images: {
domains: [ 'res.cloudinary.com','t4.ftcdn.net','raw.githubusercontent.com'],
}
}

module.exports = nextConfig

0 comments on commit 3cb0469

Please sign in to comment.