Add (gtm): preconnect
Add (composer): composer
This commit is contained in:
@@ -44,16 +44,16 @@
|
||||
"App\\": "app/",
|
||||
"Database\\Factories\\": "database/factories/",
|
||||
"Database\\Seeders\\": "database/seeders/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Tests\\": "tests/"
|
||||
},
|
||||
"files": [
|
||||
"app/Helpers/Global/helpers.php"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"post-autoload-dump": [
|
||||
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
|
||||
@if ($enabled)
|
||||
<link rel="preconnect" href="https://www.googletagmanager.com"/>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
@unless (empty($dataLayer->toArray()))
|
||||
|
||||
Reference in New Issue
Block a user