Skip to content

Commit

Permalink
Merge pull request #92 from MOVIEJOJO7/feature/#91
Browse files Browse the repository at this point in the history
Feat : 불필요한 라이브러리 삭제, 리다이렉트 수정
  • Loading branch information
LikeFireAndSky authored Nov 16, 2023
2 parents 0c0cfa8 + 83ecaa1 commit 196c00c
Show file tree
Hide file tree
Showing 4 changed files with 5,507 additions and 5,593 deletions.
17 changes: 0 additions & 17 deletions app/home/page.tsx

This file was deleted.

10 changes: 9 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,

redirects: async () => {
return [
{
source: '/',
destination: '/login',
permanent: true,
},
];
},
images: {
remotePatterns: [
{
Expand Down
Loading

0 comments on commit 196c00c

Please sign in to comment.