Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
debuggingfuture committed Sep 11, 2024
1 parent 1c94524 commit 9e4d872
Show file tree
Hide file tree
Showing 7 changed files with 593 additions and 835 deletions.
5 changes: 4 additions & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@babel/core": "^7.14.0",
"@babel/runtime": "^7.14.0",
"@mdx-js/react": "^1.6.22",
"@next/env": "^10.2.0",
"@next/env": "^14.2.0",
"@types/jest": "^26.0.23",
"@types/node": "^15.0.2",
"@types/react": "^17.0.5",
Expand All @@ -34,7 +34,7 @@
"jest": "^26.6.3",
"next-sitemap": "^1.6.57",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^4.2.4"
"typescript": "^5.6.2"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
Expand All @@ -44,10 +44,10 @@
"@storybook/addon-links": "^6.2.9",
"@storybook/react": "^6.2.9",
"gray-matter": "^4.0.3",
"next": "^10.2.0",
"next": "^14.2.0",
"next-fonts": "^1.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"remark-parse": "^9.0.0",
"remark-react": "^8.0.0",
"rxjs": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function HomePage() {
<meta name="description" content={description} />
<meta property="og:title" content="Fractal Labs" />
<meta property="og:description" content={description} />
<meta property="og:image" content="https://fractal.box/og_logo_592_310.png" />
<meta property="og:image" content="https://fractal.box/logo_fractal_labs.png" />
<link rel="preload" as="image" href="/hero_image.jpg" />
</Head>
<IndexPageContainer />
Expand Down
Loading

0 comments on commit 9e4d872

Please sign in to comment.