fix: specify canonical URLs (#7455)
* fix: app.uniswap.org canonicals * fix: deps test * fix: use window.location.origin
Showing
... | @@ -191,6 +191,7 @@ | ... | @@ -191,6 +191,7 @@ |
"@sentry/react": "^7.45.0", | "@sentry/react": "^7.45.0", | ||
"@sentry/tracing": "^7.45.0", | "@sentry/tracing": "^7.45.0", | ||
"@sentry/types": "^7.45.0", | "@sentry/types": "^7.45.0", | ||
"@types/react-helmet": "^6.1.7", | |||
"@types/react-window-infinite-loader": "^1.0.6", | "@types/react-window-infinite-loader": "^1.0.6", | ||
"@uniswap/analytics": "1.5.0", | "@uniswap/analytics": "1.5.0", | ||
"@uniswap/analytics-events": "^2.24.0", | "@uniswap/analytics-events": "^2.24.0", | ||
... | @@ -267,6 +268,7 @@ | ... | @@ -267,6 +268,7 @@ |
"react": "^18.2.0", | "react": "^18.2.0", | ||
"react-dom": "^18.2.0", | "react-dom": "^18.2.0", | ||
"react-feather": "^2.0.8", | "react-feather": "^2.0.8", | ||
"react-helmet": "^6.1.0", | |||
"react-infinite-scroll-component": "^6.1.0", | "react-infinite-scroll-component": "^6.1.0", | ||
"react-is": "^17.0.2", | "react-is": "^17.0.2", | ||
"react-markdown": "^4.3.1", | "react-markdown": "^4.3.1", | ||
... | ... |
Please register or sign in to comment