Update next.config.js

This commit is contained in:
Priyatham Sai Chand 2021-01-11 22:47:38 +05:30 committed by GitHub
parent f4a3ee6554
commit acf5663426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
module.exports = {
basePath: '/Portfolio',
assetPrefix: '/Portfolio/',
}
}