Skip to content

Commit

Permalink
Remove use of CDN.
Browse files Browse the repository at this point in the history
  • Loading branch information
MickeA committed Aug 24, 2023
1 parent e2935ad commit a391d07
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pages/www-sandbox.specifications/[...paths].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function Concept() {
const curi = (paths as string[])?.join('/');
const entryUri = `https://www-sandbox.dataportal.se/specifications/${curi}`;
const postscribeStatus = useScript(
'https://dataportal.azureedge.net/cdn/postscribe.min.js',
'/postscribe.min.js',
'sha384-1nPAWyZS0cvGLWSoWOrkTZAy8Xq8g6llEe985qo5NRPAeDi+F9h9U+0R8v56XWCM',
'anonymous'
);
Expand Down
10 changes: 10 additions & 0 deletions public/postscribe.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a391d07

Please sign in to comment.