Skip to content

Commit

Permalink
document
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Jan 8, 2025
1 parent b976806 commit 76ff684
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const nextConfig = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'builders.mypinata.cloud',
protocol: "https",
hostname: "builders.mypinata.cloud",
},
],
},
Expand Down
4 changes: 2 additions & 2 deletions src/pages/_document.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Html, Head, Main, NextScript } from 'next/document'
import { Html, Head, Main, NextScript } from "next/document";

export default function Document() {
return (
Expand All @@ -19,5 +19,5 @@ export default function Document() {
<NextScript />
</body>
</Html>
)
);
}

0 comments on commit 76ff684

Please sign in to comment.