diff --git a/next.config.js b/next.config.js index 01d1468..464844a 100644 --- a/next.config.js +++ b/next.config.js @@ -1,3 +1,4 @@ module.exports = { + basePath: '/Portfolio', assetPrefix: '/Portfolio/', -} \ No newline at end of file +}