Skip to content

Commit

Permalink
chore: add basic layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasschopmans committed Mar 11, 2024
1 parent f3979f2 commit 57cdb91
Show file tree
Hide file tree
Showing 25 changed files with 3,256 additions and 1,510 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "next/core-web-vitals"
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-img-element": "off"
}
}
2 changes: 2 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
// basePath: '/techradar',
reactStrictMode: true,
};

Expand Down
Loading

0 comments on commit 57cdb91

Please sign in to comment.