From 62421a9eb86955ab1f8052604d44578a9cf38cbc Mon Sep 17 00:00:00 2001 From: DecDuck Date: Sat, 23 Aug 2025 17:18:30 +1000 Subject: [PATCH] feat: update footer and fix build --- .github/workflows/deploy.yml | 2 +- next.config.mjs | 4 ++++ src/components/Footer.tsx | 12 +++++------- 3 files changed, 10 insertions(+), 8 deletions(-) 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.

- - Follow us on X + + Check out our GitHub - - Follow us on GitHub - - + Join our Discord server