Skip to content

Commit

Permalink
Merge pull request #292 from Team-TenTen/develop
Browse files Browse the repository at this point in the history
chore: images 경로 수정
  • Loading branch information
dudwns authored Mar 8, 2024
2 parents d9733e0 + 8167196 commit 4d08821
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 4d08821

Please sign in to comment.