Skip to content

Commit ad6cfc1

Browse files
authored
Use AWS-based infrastructure to host static files (#681)
1 parent 24be10e commit ad6cfc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ markdown_extensions:
109109
- toc:
110110
permalink: true
111111
extra_css:
112-
- https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css
112+
- https://main.d17pcam02ektiz.amplifyapp.com/material-components-web.min.css
113113
extra_javascript:
114-
- https://unpkg.com/material-components-web@latest/dist/material-components-web.min.js
114+
- https://main.d17pcam02ektiz.amplifyapp.com/material-components-web.min.js
115115

116116

117117
extra:

0 commit comments

Comments
 (0)