Skip to content

Commit

Permalink
add support for .com, xSTRK DNMM WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
akiraonstarknet committed Jan 10, 2025
1 parent e4057b0 commit 12406df
Show file tree
Hide file tree
Showing 17 changed files with 1,973 additions and 153 deletions.
10 changes: 7 additions & 3 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
const nextConfig = {
// output: 'export',
compiler: {
// removeConsole: {
// exclude: ['error'],
// },
removeConsole: {
exclude: ['error'],
},
},
async rewrites() {
return [
Expand Down Expand Up @@ -45,6 +45,10 @@ const nextConfig = {
source: '/nimbora/:path*',
destination: 'https://stats.nimbora.io/:path*',
},
{
source: '/vesu/:path*',
destination: 'https://api.vesu.xyz/:path*',
},
];
},
async redirects() {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"dependencies": {
"@ajna/pagination": "1.4.19",
"@apollo/client": "^3.11.8",
"@avnu/avnu-sdk": "^3.0.0",
"@chakra-ui/icons": "2.1.1",
"@chakra-ui/react": "2.8.2",
"@emotion/react": "11.11.3",
Expand Down
Loading

0 comments on commit 12406df

Please sign in to comment.