Skip to content

Commit 60b63d1

Browse files
committed
projects section with deploy
1 parent 3f62dde commit 60b63d1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const nextConfig = {
1919
compress: true,
2020
reactStrictMode: true,
2121
productionBrowserSourceMaps: false,
22-
swcMinify: true,
22+
//swcMinify: true,
2323

2424
// Nota: hemos eliminado `output: 'export'` para poder usar i18n
2525
};

src/app/proyectos/[id]/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// src/app/projects/[id]/page.tsx
2-
import React from "react";
1+
// src/app/proyectos/[id]/page.tsx
32
import { notFound } from "next/navigation";
43
import ProjectPage from "@/components/project-page";
54
import { projects } from "@/components/projects";

0 commit comments

Comments
 (0)