Skip to content

Commit

Permalink
feat: update observatory dependencies and upgrade nextjs to v15 (#2765)
Browse files Browse the repository at this point in the history
* wip fix next15

* feat: start migration to nextjs 15

* fix: fix categories and revert to maplibre 4

* fix: build

* fix: pageTitle in cat pages
  • Loading branch information
Datayama38 authored Jan 22, 2025
1 parent eff0fdd commit 95624be
Show file tree
Hide file tree
Showing 25 changed files with 4,799 additions and 3,914 deletions.
7 changes: 4 additions & 3 deletions public/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"plugins": ["@typescript-eslint"],
"extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended", "prettier"],
"extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended"],
"rules": {
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/no-explicit-any": "warn"
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/no-unused-expressions": "warn"
}
}
}
12 changes: 0 additions & 12 deletions public/.prettierrc.json

This file was deleted.

1 change: 0 additions & 1 deletion public/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const nextConfig = {
output: "export",
trailingSlash: true,
reactStrictMode: true, // Recommended for the `pages` directory, default in `app`.
swcMinify: true,
images: {
dangerouslyAllowSVG: true,
unoptimized: true,
Expand Down
Loading

0 comments on commit 95624be

Please sign in to comment.