Skip to content

Commit f577e9e

Browse files
author
Aldo Caneo
committed
remove fake sponsors and update out
1 parent 8bf61da commit f577e9e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+259
-330
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
password: ${{ secrets.PYDAY_PASS }}
1717
port: ${{ secrets.PYDAY_PORT }}
1818
script: |
19-
pwd
19+
cd /home/pyday
2020
ls -l
2121
sh deploy.sh

next.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3+
output: 'export',
34
transpilePackages: ["framer-motion"],
45
trailingSlash: true,
56
images: {
@@ -17,7 +18,7 @@ const nextConfig = {
1718
formats: ["image/webp"],
1819
deviceSizes: [640, 750, 828, 1080, 1200, 1920, 2048, 3840],
1920
minimumCacheTTL: 86400,
20-
unoptimized: false,
21+
unoptimized: true,
2122
},
2223
};
2324

out/404.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

out/404/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

out/_next/static/UOcYKoFy-EyLydCBl8CuT/_buildManifest.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

out/_next/static/UOcYKoFy-EyLydCBl8CuT/_ssgManifest.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

out/_next/static/chunks/app/[city]/page-18aa020173d21830.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

out/_next/static/chunks/app/_not-found/page-2bbeefd619e1c8fe.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

out/_next/static/chunks/app/layout-ad4e02c864631bb1.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)