Skip to content

Commit 18c7143

Browse files
committed
Rename static dir to public
1 parent 3fbb47a commit 18c7143

8 files changed

Lines changed: 7 additions & 7 deletions

website/layouts/main.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,36 @@ export default ({ title, children }) => (
77
<meta name="title" content={title} />
88
<meta name="viewport" content="width=device-width, initial-scale=1" />
99
<meta charSet="utf-8" />
10-
<link rel="icon" href="/static/favicon.ico" />
11-
<link color="#3b97d3" href="/static/spade.svg" rel="mask-icon" />
10+
<link rel="icon" href="/favicon.ico" />
11+
<link color="#3b97d3" href="/spade.svg" rel="mask-icon" />
1212
<link
1313
rel="apple-touch-icon"
1414
type="image/png"
15-
href="/static/apple-touch-icon-76-76.png"
15+
href="/apple-touch-icon-76-76.png"
1616
sizes="76x76"
1717
/>
1818
<link
1919
rel="apple-touch-icon"
2020
type="image/png"
21-
href="/static/apple-touch-icon-120-120.png"
21+
href="/apple-touch-icon-120-120.png"
2222
sizes="120x120"
2323
/>
2424
<link
2525
rel="apple-touch-icon"
2626
type="image/png"
27-
href="/static/apple-touch-icon-152-152.png"
27+
href="/apple-touch-icon-152-152.png"
2828
sizes="152x152"
2929
/>
3030
<link
3131
rel="apple-touch-icon"
3232
type="image/png"
33-
href="/static/apple-touch-icon-167-167.png"
33+
href="/apple-touch-icon-167-167.png"
3434
sizes="167x167"
3535
/>
3636
<link
3737
rel="apple-touch-icon"
3838
type="image/png"
39-
href="/static/apple-touch-icon-180-180.png"
39+
href="/apple-touch-icon-180-180.png"
4040
sizes="180x180"
4141
/>
4242
</Head>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)