diff --git a/app/next.config.ts b/app/next.config.ts index e9ffa30..de8fbac 100644 --- a/app/next.config.ts +++ b/app/next.config.ts @@ -1,7 +1,11 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - /* config options here */ + output: "export", + basePath: "/jv-agile6.github.io/app/", + images: { + unoptimized: true, + }, }; export default nextConfig; diff --git a/public/.nojekyll b/app/public/.nojekyll similarity index 100% rename from public/.nojekyll rename to app/public/.nojekyll diff --git a/next.config.js b/next.config.js deleted file mode 100644 index 578bdba..0000000 --- a/next.config.js +++ /dev/null @@ -1,10 +0,0 @@ -/@@ #type {import ('next') from .NextCOnfig} */ -const nextConfig = { - output: "export", - basePath: "/jv-agile6.github.io/app/", - images: { - unoptimized: true, - }, -}; - -export default nextConfig \ No newline at end of file diff --git a/public/next.svg b/public/next.svg deleted file mode 100644 index 5174b28..0000000 --- a/public/next.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file