Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggest usage of same cdn sources #85

Open
wouterfovel opened this issue Apr 12, 2024 · 0 comments
Open

Suggest usage of same cdn sources #85

wouterfovel opened this issue Apr 12, 2024 · 0 comments

Comments

@wouterfovel
Copy link

Suggest usage of same cdn sources

Current used cdn sources:

  <script src="https://cdn.tailwindcss.com/[email protected],[email protected]"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/mermaid/9.1.7/mermaid.min.js"></script>
  <script src="https://unpkg.com/[email protected]/dist/vue.global.js"></script>

Suggest using all sources from the same provider.

Reason:
Currently. unpkg.com was down, that broke the visualization. Maybe better to rely on one cdn source. That will make ERD visualization less prone to failure.

e.g.

  <script src="https://cdn.tailwindcss.com/[email protected],[email protected]"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/mermaid/9.1.7/mermaid.min.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/vue/3.4.1/vue.global.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant