Skip to content

Commit

Permalink
fix: cloudfront에서 새로고침시 페이지 못찾는 현상 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SaeWooKKang committed Jun 18, 2024
1 parent c9b82b2 commit 1801374
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({

/** @type {import('next').NextConfig} */
const nextConfig = {
trailingSlash: true,
output: 'export',
eslint: {
// Warning: This allows production builds to successfully complete even if
Expand Down

0 comments on commit 1801374

Please sign in to comment.