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

Migrate from Cloudinary to 11ty/api-screenshot #738

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add preconnect
  • Loading branch information
kirillunlimited committed Aug 6, 2023
commit f28df960bc1861ceeb87fcecb9a495d393cce16e
3 changes: 2 additions & 1 deletion _includes/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% include 'partials/meta.njk' %}
<style>{% include "assets/css/global.css" %}</style>
<link href="https://personalsites-screenshots.netlify.app" rel="preconnect" crossorigin>
</head>
<body>
<div class="wrapper">
{% block content %}{% endblock %}
</div>
<script src="/assets/js/index.js"></script>
</body>
</body>
</html>