Releases: CSUSTers/simple-image-uploader
Releases · CSUSTers/simple-image-uploader
静态页面
注意:因为next.js
导出的时候使用的是绝对路径,所以这个页面必须放在 HTTP 服务器中才能正常工作。
使用 nginx 时,可以参考这个配置:
location /path/to/you/want/to/mount {
root /path/to/the/out/folder;
index index.html;
error_page 404 /404.html;
}