diff --git a/next.config.js b/next.config.js index 50e801e..afa9481 100644 --- a/next.config.js +++ b/next.config.js @@ -8,6 +8,7 @@ const nextConfig = { formats:['image/webp'] }, optimizeFonts: false, + basePath: '/valentines' // Optional: Change links `/me` -> `/me/` and emit `/me.html` -> `/me/index.html` // trailingSlash: true,