伪静态

This commit is contained in:
tangly
2022-11-23 18:54:57 +08:00
parent aeaa1b1a28
commit 76e5d99750

View File

@@ -16,6 +16,14 @@ module.exports = withBundleAnalyzer({
'images.unsplash.com'
]
},
async rewrites() {
return [
{
source: '/:path*.html',
destination: '/:path*'
}
]
},
async headers() {
return [
{