Skip to content

Commit

Permalink
Merge pull request #108 from jeiltodo/temp/common-client
Browse files Browse the repository at this point in the history
fix: admin next.config.js 수정
  • Loading branch information
Dragonite-Lee committed Aug 22, 2024
2 parents 97a0e6a + 71eda42 commit 1cea729
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/admin/next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/** @type {import('next').NextConfig} */
module.exports = {
basePath: '/admin',
assetPrefix: '/admin/',
reactStrictMode: true,
transpilePackages: ['@jeiltodo/ui'],
eslint: {
Expand Down

0 comments on commit 1cea729

Please sign in to comment.