Skip to content

Commit

Permalink
chore: images 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dudwns committed Mar 8, 2024
1 parent 4e2cbcb commit 8167196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
domains: ['team-10-bucket.s3.ap-northeast-2.amazonaws.com'],
domains: ['linkhub-s3.s3.ap-northeast-2.amazonaws.com'],
},
async redirects() {
return [
Expand Down

0 comments on commit 8167196

Please sign in to comment.