I want to add my custom css and js files in my catalog page. Please let me know how to add in header.
I added catalog_product_view.xml
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
<css src="Sub_Categorylist::css/category_css_slider.css"/>
<css src="Sub_Categorylist::css/category_css_theme_slider.css"/>
<script src="Sub_Categorylist::js/category_slider.js"/>
<script src="Sub_Categorylist::js/category_slider.min.js"/>
</head>
</page>
Please let me know is there any corrections.
Thanks In Advance..!