Skip to content

Commit

Permalink
First try to fix the build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-opolka committed Apr 19, 2024
1 parent 2355699 commit 74b34f4
Show file tree
Hide file tree
Showing 4 changed files with 858 additions and 729 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"lint": "next lint",
"sass:watch": "sass --watch src/sass:public/stylesheets",
"lingui:extract": "lingui extract",
"lingui:compile": "lingui compile"
"lingui:compile": "lingui compile",
"publish": "lint && lingui:compile && build"
},
"dependencies": {
"@apollo/client": "^3.8.1",
Expand Down
12 changes: 0 additions & 12 deletions src/app/(portfolio)/test/page.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function MessageContactHeader(){
justifyContent: "center",
alignItems: "center"
}}>
<Link href={"/test"}><Text sx={{
<Link href={"/about"}><Text sx={{
color: "#ffffff",
}}>Alexis Opolka</Text></Link>
</Box>
Expand Down
Loading

0 comments on commit 74b34f4

Please sign in to comment.