We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 480527c commit 6a7dafaCopy full SHA for 6a7dafa
styla.php
@@ -68,7 +68,7 @@ public function getMagazineMetaTags() {
68
public function getLPMetaTags() {
69
return join([
70
"<link rel=\"preconnect\" href=\"https://engine.styla.com\">",
71
- "<script src=\"", self::$prophetUrl, "\"></script>"
+ "<script src=\"", self::$prophetUrl, "\" async></script>"
72
]);
73
}
74
@@ -266,4 +266,4 @@ private function buildContentKey() {
266
private function init() {
267
$this->buildContentKey();
268
269
- }
+ }
0 commit comments