Skip to content

Commit

Permalink
fix: local website deployment issues
Browse files Browse the repository at this point in the history
Changed basePath to the current directory (/) for local development and "/Drifty" for GitHub Pages
  • Loading branch information
SaptarshiSarkar12 committed Jul 20, 2023
1 parent f23e056 commit 2b18bb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Website/next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: "/Drifty",
assetprifex: "/Drifty/",
basePath: process.env.BASE_PATH,
output: 'export',
images: {
minimumCacheTTL: 60 * 60 * 24,
Expand Down

1 comment on commit 2b18bb1

@vercel
Copy link

@vercel vercel bot commented on 2b18bb1 Jul 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.