feat: render blips on radar
This commit is contained in:
committed by
Mathias Schopmans
parent
1b7634a2ef
commit
16f29cd4d4
@@ -1,7 +1,8 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
/** @type {import("next").NextConfig} */
|
||||
const nextConfig = {
|
||||
output: "export",
|
||||
// basePath: '/techradar',
|
||||
trailingSlash: true,
|
||||
reactStrictMode: true,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user