add force-static

This commit is contained in:
Timothy Lin
2024-10-31 22:49:51 +08:00
parent 85fe09b13e
commit caedfeac50
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
import { MetadataRoute } from 'next'
import siteMetadata from '@/data/siteMetadata'
export const dynamic = 'force-static'
export default function robots(): MetadataRoute.Robots {
return {
rules: {