Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Open Next.js adapter for Netlify

License

NotificationsYou must be signed in to change notification settings

opennextjs/opennextjs-netlify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js Runtime

Next.js Runtime

This package handles the build process and creates the runtime environment for Next.js sites onNetlify. You should not normally need to install it yourself, as it is used automatically duringbuilds of Next.js sites. Seethe docs for using Next.js on Netlify formore details.

Next.js is supported natively on Netlify, and in most cases you will not need to install orconfigure anything. This repo includes the packages used to support Next.js on Netlify.

Prerequisites

  • Next.js 13.5 or later
  • Node.js 18 or later
  • The latest version of theNetlify CLI

Deploying

If you build on Netlify, the Next.js Runtime will work with no additional configuration.

Manually installing the Next.js Runtime

The Next.js Runtime installs automatically for new Next.js sites on Netlify. You can also install itmanually in the following ways:

From the UI (Recommended)

You can go to theUI and choosethe site to install the Next.js Runtime on. This method is recommended because you will benefit fromauto-upgrades to important fixes and feature updates.

Fromnpm

npm install -D @netlify/plugin-nextjs

...then add the following to yournetlify.toml file:

[[plugins]]package ="@netlify/plugin-nextjs"

This method is recommended if you wish to pin the Next.js Runtime to a specific version.

v4

If you are using Next.js 10-13.4 or Node.js < 18, you must use v4 of the Next.js Runtime.

If you are still using v4, you can findits README here and thev4 Runtime docs here.

Upgrading from v4 to v5

To upgrade from v4 to v5, please visitthe v5 documentation.

Feedback

If you think you have found a bug in Next.js on Netlify,please open an issue. If you havecomments or feature requests,see the discussion board

Please note that v4 will only receive security fixes and critical bug fixes.


[8]ページ先頭

©2009-2025 Movatter.jp