Having trouble getting past 404 errors with css and js.
/Vendor/Module/view/frontend/layout/routeid_index_index.xml
<?xml version="1.0" ?>
<page layout="1column" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
<css src="Vendor_Module::css/custom.css" />
<script src="Vendor_Module::js/custom.js"/>
</head>
<body>
<referenceContainer name="content">
<block class="Vendor\Module\Block\Display" name="Display" template="Vendor_Module::index.phtml" />
</referenceContainer>
</body>
</page>
Files are located here
/Vendor/Module/etc/frontend/web/css/custom.css
/Vendor/Module/etc/frontend/web/js/custom.js
static deploy doesn't seem to do the trick nor does manually clearing the cache