Skip to content

Commit

Permalink
Fix appdir comment (#1531)
Browse files Browse the repository at this point in the history
* fix: appDir comment

* fix: add tsconfig.tsbuild info to .gitignore
  • Loading branch information
tomheaton authored Aug 8, 2023
1 parent 941a0fc commit a65071e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ Thumbs.db
# Emacs backup files
\#*
.\#*

# TYPESCRIPT
*.tsbuildinfo
3 changes: 1 addition & 2 deletions cli/template/base/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ const config = {
reactStrictMode: true,

/**
* If you have `experimental: { appDir: true }` set, then you must comment the below `i18n` config
* out.
* If you are using `appDir` then you must comment the below `i18n` config out.
*
* @see https://github.com/vercel/next.js/issues/41980
*/
Expand Down

1 comment on commit a65071e

@vercel
Copy link

@vercel vercel bot commented on a65071e Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

t3-upgrade – ./upgrade

t3-upgrade-t3-oss.vercel.app
t3-upgrade-git-next-t3-oss.vercel.app
t3-upgrade.vercel.app

Please sign in to comment.