first gestalt
This commit is contained in:
20
app/themes/gestalt/assets/GestaltThemeAssets.php
Normal file
20
app/themes/gestalt/assets/GestaltThemeAssets.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace app\themes\gestalt\assets;
|
||||
|
||||
use kernel\Assets;
|
||||
|
||||
class GestaltThemeAssets extends Assets
|
||||
{
|
||||
|
||||
protected function createCSS(): void
|
||||
{
|
||||
$this->registerCSS(slug: "main", resource: "/_next/static/css/0d3195690bab7456.css");
|
||||
}
|
||||
|
||||
protected function createJS()
|
||||
{
|
||||
$this->registerJS(slug: "webpack", resource: "/_next/static/chunks/webpack-079ef2e4659c5b2a.js");
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user