remove turbopack from package.json

This commit is contained in:
Yana
2025-02-19 16:44:09 +02:00
parent 231dd71cc7
commit f5809e1423
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "@nymproject/explorer-nextjs",
"version": "0.1.0",
"scripts": {
"dev": "next dev --turbopack",
"dev": "next dev",
"build": "next build",
"build:prod": "yarn --cwd .. build && next build",
"start": "next start",
@@ -31,6 +31,7 @@ export const SocialChannels = () => {
}}
>
<SocialIcon channel={channel?.name} />
{/* {channel.name} */}
</Link>
);
},
@@ -5,7 +5,8 @@ import type { components } from "../../app/lib/strapi";
import { Link } from "./MuiLink";
// MUI Components
import { Box, Grid2, Typography } from "@mui/material";
import { Box, Typography } from "@mui/material";
import Grid2 from "@mui/material/Grid2";
export const FooterLinks = ({
linkBlocks = [],