diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5d592aa..e191332 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -66,7 +66,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: ./.next/server/app + path: ./out deploy: environment: diff --git a/next.config.mjs b/next.config.mjs index 06ad510..e4dd3f6 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -19,6 +19,10 @@ const nextConfig = { outputFileTracingIncludes: { '/**/*': ['./src/app/**/*.mdx'], }, + output: 'export', + images: { + unoptimized: true, + }, } export default withSearch(withMDX(nextConfig)) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 0435565..16beab0 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -118,16 +118,14 @@ function SmallPrint() { return (
- © Copyright {new Date().getFullYear()}. All rights reserved. + © Copyright {new Date().getFullYear()}. Licensed under AGPLv3 & + Tailwind Plus License.