diff --git a/Website/next.config.js b/Website/next.config.js index 3e49b0453..6e2eeff48 100644 --- a/Website/next.config.js +++ b/Website/next.config.js @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - basePath: process.env.BASE_PATH, + basePath: "/Drifty/", output: 'export', images: { minimumCacheTTL: 60 * 60 * 24,