We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956cfab commit 01cb08eCopy full SHA for 01cb08e
src/server.jsx
@@ -55,7 +55,7 @@ export default locals => {
55
<link key={ path } rel="stylesheet" href={ `/${path}` } />
56
))}
57
<link rel="manifest" href="/manifest.json" />
58
- <link rel="canonical" href={enforceTrailingSlash(locals.path)} />
+ <link rel="canonical" href={`https://webpack.js.org${enforceTrailingSlash(locals.path)}`} />
59
<link rel="apple-touch-icon" href="/images/icons/icon-192x192.png" />
60
<link rel="apple-touch-icon" sizes="152x152" href="/images/icons/icon-152x152.png" />
61
<link rel="icon" sizes="192x192" href="/images/icons/icon-192x192.png" />
0 commit comments