move tailwind to be local
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m1s
Publish Docker Image / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 56s

This commit is contained in:
Lee 2024-06-04 19:35:36 +01:00
parent 98711948b6
commit 9c74f41022
3 changed files with 64 additions and 2 deletions

File diff suppressed because one or more lines are too long

@ -8,7 +8,7 @@
<title>Paste</title>
<!-- TailwindCSS -->
<script src="https://cdn.tailwindcss.com"></script>
<script src="/static/tailwindcss.js"></script>
<!-- Toastify -->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">

@ -12,7 +12,7 @@
<meta content="Click to view the Paste." property="og:description" />
<!-- TailwindCSS -->
<script src="https://cdn.tailwindcss.com"></script>
<script src="/static/tailwindcss.js"></script>
<!-- Highlight.js -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark.min.css">