Skip to content

Commit 90e2192

Browse files
committed
Refactor layout and navbar components to improve asset management
1 parent 126c30d commit 90e2192

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

next.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ import type { NextConfig } from "next";
33
const nextConfig: NextConfig = {
44
/* config options here */
55
output:"export",
6-
basePath:'/percy-build-diff-summary'
6+
basePath:'/percy-build-diff-summary',
7+
images:{
8+
unoptimized: true
9+
}
710
};
811

912
export default nextConfig;

public/.nojekyll

Whitespace-only changes.

0 commit comments

Comments
 (0)