]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/pages/Techniques.js
more alternate/canonical links
[alttp.git] / resources / js / components / pages / Techniques.js
index a89c3a252e01f560449110a2739217b2487e6d70..ebeb6e5613e8f9067995bbdbde2b639f93365967 100644 (file)
@@ -5,6 +5,7 @@ import { Helmet } from 'react-helmet';
 import { withTranslation } from 'react-i18next';
 
 import NotFound from './NotFound';
+import CanonicalLinks from '../common/CanonicalLinks';
 import ErrorBoundary from '../common/ErrorBoundary';
 import ErrorMessage from '../common/ErrorMessage';
 import Loading from '../common/Loading';
@@ -83,6 +84,7 @@ const Techniques = ({ namespace, type }) => {
                        <title>{i18n.t(`${namespace}.heading`)}</title>
                        <meta name="description" content={i18n.t(`${namespace}.description`)} />
                </Helmet>
+               <CanonicalLinks base="/tech" />
                <Overview
                        filter={filter}
                        namespace={namespace}