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
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit bdd3ce2

Browse files
Publish v2.8.5
- Put back next/image support ([#158](#158)) - Fix: strip file extension when checking if route is dynamic ([#155](#155)) - Fix: prevent copy of .public to .public ([#146](#146)) - Fix: add check if pages-manifest exists before reading ([#147](#147)) - Fix: throw error if .next/static cannot be found ([#148](#148)) - Fix: remove unnecessary * from headers rule ([#152](#152))
1 parent 8360a5e commit bdd3ce2

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

‎.prettierignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
cypress/builds/
33
tests/builds/
44

5-
# README
6-
README.md
5+
# Markdown
6+
*.md
77

88
# Logs
99
logs

‎CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 2.8.5 (2021年01月26日)
4+
5+
- Put back next/image support ([#158](https://github.com/netlify/next-on-netlify/pull/158))
6+
- Fix: strip file extension when checking if route is dynamic ([#155](https://github.com/netlify/next-on-netlify/pull/155))
7+
- Fix: prevent copy of .public to .public ([#146](https://github.com/netlify/next-on-netlify/pull/146))
8+
- Fix: add check if pages-manifest exists before reading ([#147](https://github.com/netlify/next-on-netlify/pull/147))
9+
- Fix: throw error if .next/static cannot be found ([#148](https://github.com/netlify/next-on-netlify/pull/148))
10+
- Fix: remove unnecessary * from headers rule ([#152](https://github.com/netlify/next-on-netlify/pull/152))
11+
312
## 2.8.4 (2021年01月18日)
413

514
- Fix: check existence of dirs before reading them in file tracking logic ([#150](https://github.com/netlify/next-on-netlify/pull/150))

‎package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-on-netlify",
3-
"version": "2.8.4",
3+
"version": "2.8.5",
44
"description": "Wrapper for hosting NextJS applications with Server-Side Rendering on Netlify",
55
"bin": "./next-on-netlify.js",
66
"keywords": [

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /