feat: render blips on radar

This commit is contained in:
Mathias Schopmans
2024-02-21 10:37:25 +01:00
committed by Mathias Schopmans
parent 1b7634a2ef
commit 16f29cd4d4
9 changed files with 128 additions and 13 deletions

View File

@@ -1,7 +1,8 @@
/** @type {import('next').NextConfig} */
/** @type {import("next").NextConfig} */
const nextConfig = {
output: "export",
// basePath: '/techradar',
trailingSlash: true,
reactStrictMode: true,
};