Magento 2 CSS 및 JavaScript가 올바른 폴더에서 로드되지 않을때

Magento 2 CSS 및 JavaScript가 올바른 폴더에서 로드되지 않을때

로컬 작업시 테스트한 결과 아래 폴더의 캐쉬를 삭제한다.

ROOT > var > cache > *DELETE ALL*
ROOT > var > page_cache > *DELETE ALL*
ROOT > var > session > *DELETE ALL*

MAGENTO_ROOT / app / etc / di.xml 의 파일의 열어 아래 항목을 수정한다.

<item name="view_preprocessed" xsi:type="object">Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink</item>
<item name="view_preprocessed" xsi:type="object">Magento\Framework\App\View\Asset\MaterializationStrategy\Copy</item>