Skip to content

Commit

Permalink
fix: Changed basePath in next config
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Jul 20, 2023
1 parent 409235f commit d6a7543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Website/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: process.env.BASE_PATH,
basePath: "/Drifty/",
output: 'export',
images: {
minimumCacheTTL: 60 * 60 * 24,
Expand Down

0 comments on commit d6a7543

Please sign in to comment.