GNU/Weeb Mailing List <[email protected]>
 help / color / mirror / Atom feed
From: Memet Zx <[email protected]>
To: GNU/Weeb Mailing List <[email protected]>
Cc: Ammar Faizi <[email protected]>,
	Irvan Malik <[email protected]>,
	Memet Zx <[email protected]>
Subject: [PATCH Add Turbo v1 1/2] head.php: change script module
Date: Sat, 28 Jan 2023 21:06:32 +0700	[thread overview]
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>

From: Memet Zx <[email protected]>

script module will be on local using compressed
turbo.js for better load

Signed-off-by: Memet Zx <[email protected]>
---
 src/components/head.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/head.php b/src/components/head.php
index 245e423..4a5c238 100644
--- a/src/components/head.php
+++ b/src/components/head.php
@@ -6,5 +6,5 @@
 <!-- styles -->
 <link rel="stylesheet" href="assets/css/style.css">
 <!-- script -->
-<script async type="module" src="https://cdn.skypack.dev/pin/@hotwired/[email protected]/mode=imports,min/optimized/@hotwired/turbo.js"></script>
+<script async type="module" src="assets/js/turbo.js"></script>
 </head>
-- 
Memet Zx


  reply	other threads:[~2023-01-28 14:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-28 14:06 [PATCH Add Turbo v1 0/2] *** add turbo compressed javascript *** Memet Zx
2023-01-28 14:06 ` Memet Zx [this message]
2023-01-28 14:06 ` [PATCH Add Turbo v1 2/2] turbo.js: add compressed script Memet Zx
2023-01-28 14:53 ` [PATCH Add Turbo v1 0/2] *** add turbo compressed javascript *** Ammar Faizi
2023-01-28 14:54 ` Ammar Faizi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox