Skip to content

Commit

Permalink
Fix(Website): fixed an error regarding next css
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Jul 9, 2023
1 parent 548dbce commit b46a313
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Website/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
assetPrefix: '/Drifty/',
assetPrefix: '/Drifty',
basePath: '/Drifty',
output: 'export',
images: {
remotePatterns: [
Expand Down

1 comment on commit b46a313

@vercel
Copy link

@vercel vercel bot commented on b46a313 Jul 9, 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.