-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
[docs] Fix Next.js v13.5.1 <title> SEO regression #40302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,12 +5,11 @@ | |
| "author": "MUI Team", | ||
| "license": "MIT", | ||
| "scripts": { | ||
| "build": "cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=4096 next build --profile", | ||
| "build": "rimraf docs/export && cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=4096 next build --profile && pnpm build-sw", | ||
| "build:clean": "rimraf .next && pnpm build", | ||
| "build-sw": "node ./scripts/buildServiceWorker.js", | ||
| "dev": "next dev", | ||
| "deploy": "git push -f material-ui-docs master:latest", | ||
| "export": "rimraf docs/export && next export --threads=3 -o export && pnpm build-sw", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @oliviertassinari Any idea what caused us to add this edit: got it, netlify resource issues it seems edit 2: checked the next.js source code and it seems that option is now coming from |
||
| "icons": "rimraf --glob public/static/icons/* && node ./scripts/buildIcons.js", | ||
| "start": "next start", | ||
| "create-playground": "cpy --cwd=scripts playground.template.tsx ../../pages/playground --rename=index.tsx", | ||
|
|
@@ -84,7 +83,7 @@ | |
| "lz-string": "^1.5.0", | ||
| "markdown-to-jsx": "^7.4.1", | ||
| "material-ui-popup-state": "^5.0.10", | ||
| "next": "13.5.1", | ||
| "next": "^13.5.1", | ||
| "notistack": "3.0.1", | ||
| "nprogress": "^0.2.0", | ||
| "postcss": "^8.4.33", | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.