SPB Git

spb/spboucher.ai Public

spboucher.ai — personal website of Simon-Pierre Boucher.

TypeScript 93.4% HTML 5.5% CSS 1%
233 B · 15 lines typescript
Raw Blame History
1/*2  next.config.ts3  spboucher.ai Web4  Author: Simon-Pierre Boucher5  Mail: contact@spboucher.ai6*/78import type { NextConfig } from "next";910const nextConfig: NextConfig = {11  reactStrictMode: true,12};1314export default nextConfig;15