Skip to content

Commit

Permalink
CLDR-17803 docs/site: workaround for content-type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Sep 4, 2024
1 parent 945765b commit 19e34f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/site/_layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
<footer>
© 1991-2024 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. See <a href="https://www.unicode.org/copyright.html">Terms of Use</a>.
</footer>
<script src="/node_modules/vue/dist/vue.global.prod.js"></script>
<!-- workaround for cloudflare content-type issue -->
<script src="/node_modules/vue/dist/vue_global_prod.js"></script>
<!-- <script src="/node_modules/vue/dist/vue.global.prod.js"></script> -->
<script src="/assets/js/cldrsite.js"></script>
</body>

Expand Down
1 change: 1 addition & 0 deletions docs/site/package-lock.json

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

3 changes: 2 additions & 1 deletion docs/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node assets/js/build.mjs"
"build": "node assets/js/build.mjs",
"postinstall": "cp node_modules/vue/dist/vue.global.prod.js node_modules/vue/dist/vue_global_prod.js"
},
"keywords": [],
"author": "Steven R. Loomis <[email protected]>",
Expand Down

0 comments on commit 19e34f9

Please sign in to comment.