Skip to content

Commit

Permalink
Merge pull request #42 from dinis-rodrigues/fix/fixes-static-deployment
Browse files Browse the repository at this point in the history
fix: fixes static deployment
  • Loading branch information
dinis-rodrigues authored Aug 28, 2024
2 parents c2b0bf7 + 211e7a6 commit bae20df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


module.exports = {
output: "export",
reactStrictMode: true,
images: {
domains: ["tsb.tecnico.ulisboa.pt", "tecnicosolarboat.tecnico.ulisboa.pt"],
Expand Down
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"dev": "pnpm lint && next dev -p 8500",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "pnpm biome check . && pnpm tsc",
"fix": "pnpm biome check --fix .",
"fix-unsafe": "pnpm biome check --fix --unsafe .",
Expand All @@ -17,12 +16,6 @@
"install-all": "pnpm ci && cd public/api && composer install",
"preinstall": "npx only-allow pnpm"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
Expand Down

0 comments on commit bae20df

Please sign in to comment.