diff --git a/next.config.js b/next.config.js index a35bfad..766a906 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,8 @@ /** @type {import('next').NextConfig} */ const nextConfig = { output: "export", + basePath: "/dta32-site", + images: { unoptimized: true }, }; module.exports = nextConfig; diff --git a/src/app/components/Home.tsx b/src/app/components/Home.tsx index 4668090..0c4afa0 100644 --- a/src/app/components/Home.tsx +++ b/src/app/components/Home.tsx @@ -13,7 +13,7 @@ export default function Home() {
home - {children} + + + {children} +