We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c098050 commit a5785faCopy full SHA for a5785fa
next.config.js
@@ -1,13 +1,12 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
output: 'export',
4
- basePath: '/portfolio',
5
- assetPrefix: '/portfolio/',
+ basePath: '',
+ assetPrefix: '',
6
trailingSlash: true,
7
distDir: 'out',
8
images: {
9
unoptimized: true,
10
- domains: ['localhost'],
11
},
12
reactStrictMode: true,
13
typescript: {
0 commit comments