diff --git a/next.config.js b/next.config.js index dbddb9bd..a97b9465 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,11 @@ +// TODO: Create project config/settings +// The fleek sites dashboard basepath +const basePath = '/dashboard'; + /** @type {import('next').NextConfig} */ const nextConfig = { + basePath, + assetPrefix: basePath, output: 'export', // TODO: replace instances of next/image' // or do image optimization on build