Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Adopt NextJS recommended public folder instead of static #19

Closed
amclin opened this issue Oct 10, 2019 · 1 comment
Closed

Adopt NextJS recommended public folder instead of static #19

amclin opened this issue Oct 10, 2019 · 1 comment
Labels
enhancement New feature or request released

Comments

@amclin
Copy link
Owner

amclin commented Oct 10, 2019

NextJS has deprecated the ./static/ directory in favor of ./public/

Update accordingly to generate and use the recommended folder structure

https://err.sh/zeit/next.js/static-dir-deprecated

@amclin amclin added the enhancement New feature or request label Oct 11, 2019
@amclin amclin closed this as completed in 9c1da88 Oct 11, 2019
amclin pushed a commit that referenced this issue Oct 11, 2019
# [2.5.0](v2.4.0...v2.5.0) (2019-10-11)

### Bug Fixes

* docker build script was not executable ([cd8c858](cd8c858))

### Features

* adopt common /src folder pattern ([1033a54](1033a54)), closes [#21](#21)
* adopt NextJS v9 `public` folder pattern ([9c1da88](9c1da88)), closes [#19](#19)
@amclin
Copy link
Owner Author

amclin commented Oct 11, 2019

🎉 This issue has been resolved in version 2.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request released
Projects
None yet
Development

No branches or pull requests

1 participant