mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-13 23:16:47 +00:00
伪静态
This commit is contained in:
@@ -16,6 +16,14 @@ module.exports = withBundleAnalyzer({
|
||||
'images.unsplash.com'
|
||||
]
|
||||
},
|
||||
async rewrites() {
|
||||
return [
|
||||
{
|
||||
source: '/:path*.html',
|
||||
destination: '/:path*'
|
||||
}
|
||||
]
|
||||
},
|
||||
async headers() {
|
||||
return [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user