Skip to content

Commit f0fffd3

Browse files
author
Aldo Caneo
committed
Updating to 2026, adding new cities
1 parent 8a60318 commit f0fffd3

33 files changed

Lines changed: 212 additions & 1107 deletions

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

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
22
"name": "pydaydotcl",
33
"version": "2.0.1",
4-
"description": "PyDay Chile 2025 - Evento anual gratuito que reúne a la comunidad Python en distintas ciudades de Chile.",
4+
"description": "PyDay Chile 2026 - Evento anual gratuito que reúne a la comunidad Python en distintas ciudades de Chile.",
55
"private": true,
6-
"author": "María-Fernanda marifer.villalobos@pythonchile.cl",
7-
"contributors": [
8-
"Liliana Garmendia liliana.garmendia@pythonchile.cl"
9-
],
6+
"author": "Python Chile desarrollo@pythonchile.cl",
7+
"contributors": [],
108
"keywords": [
119
"Python",
1210
"Chile",
50.7 KB
Loading

public/images/campus/rgua.webp

99.1 KB
Loading

public/images/cities/curico.webp

262 KB
Loading

public/images/cities/rgua.webp

25.6 KB
Loading

public/images/logos/logo_bg.png

-153 KB
Binary file not shown.

public/images/logos/logo_pyday.png

-56.8 KB
Binary file not shown.
-833 KB
Binary file not shown.
-879 KB
Binary file not shown.

0 commit comments

Comments
 (0)