Skip to content

Commit 1d2c8a9

Browse files
committed
fix: remove deprecated static dir
1 parent 2466010 commit 1d2c8a9

File tree

214 files changed

+3
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

214 files changed

+3
-3
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build-sw": "node ./scripts/buildServiceWorker.js",
1010
"dev": "rimraf ./node_modules/.cache/babel-loader && cross-env NODE_ENV=development node src/server.js",
1111
"deploy": "git push material-ui-docs master:latest",
12-
"export": "rimraf docs/export && next export --threads=3 -o export && yarn build-sw && cpy cdn/. export",
12+
"export": "rimraf docs/export && next export --threads=3 -o export && yarn build-sw",
1313
"icons": "rimraf static/icons/* && node ./scripts/buildIcons.js",
1414
"start": "next start",
1515
"typescript": "tslint -p tsconfig.json \"src/pages/**/*.{ts,tsx}\"",

docs/pages/_document.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ export default class MyDocument extends Document {
4444
manifest.json provides metadata used when your web app is added to the
4545
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
4646
*/}
47-
<link rel="manifest" href="/static/manifest.json" />
47+
<link rel="manifest" href="/manifest.json" />
4848
{/* PWA primary color */}
4949
<meta name="theme-color" content={themeColor} />
50-
<link rel="shortcut icon" href="/static/favicon.ico" />
50+
<link rel="shortcut icon" href="/favicon.ico" />
5151
{/* iOS Icon */}
5252
<link rel="apple-touch-icon" sizes="180x180" href="/static/icons/180x180.png" />
5353
{/* SEO */}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)