We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f62dde commit 60b63d1Copy full SHA for 60b63d1
next.config.js
@@ -19,7 +19,7 @@ const nextConfig = {
19
compress: true,
20
reactStrictMode: true,
21
productionBrowserSourceMaps: false,
22
- swcMinify: true,
+ //swcMinify: true,
23
24
// Nota: hemos eliminado `output: 'export'` para poder usar i18n
25
};
src/app/proyectos/[id]/page.tsx
@@ -1,5 +1,4 @@
1
-// src/app/projects/[id]/page.tsx
2
-import React from "react";
+// src/app/proyectos/[id]/page.tsx
3
import { notFound } from "next/navigation";
4
import ProjectPage from "@/components/project-page";
5
import { projects } from "@/components/projects";
0 commit comments