diff --git a/next.config.js b/next.config.js index 79760cf..8f46f37 100644 --- a/next.config.js +++ b/next.config.js @@ -5,4 +5,6 @@ module.exports = { images: { domains: ['https://github.com', 'https://githubusercontent.com/' ], }, + basePath: "/tiffanywang", + output: "export", } \ No newline at end of file