Skip to content

Commit d975203

Browse files
author
Aldo Caneo
committed
make output
1 parent 501b050 commit d975203

142 files changed

Lines changed: 408 additions & 14 deletions

File tree

Some content is hidden

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

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 & 0 deletions
Large diffs are not rendered by default.

out/404/index.html

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

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

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
self.__SSG_MANIFEST=new Set(["\u002F[city]"]);self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB()

out/_next/static/chunks/4bd1b696-fc09fd79feedbf53.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/_next/static/chunks/63-be60f797a43269e7.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/_next/static/chunks/684-e9d6f05a0a2b4f35.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/_next/static/chunks/837-34732941e34fcb36.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)