подскажите, почему при сборке проекта, собирает скрипты и стили по папкам
<link href="/_nuxt/pages/id/_id/happy-clients/pages/id/_id/index/pages/index.870402f.css" rel="stylesheet" type="text/css">
<script charset="utf-8" src="/_nuxt/layouts/default/layouts/mobile-profile/layouts/profile.js"></script>
стили везде прописываю через $style module
<template>
<div :class="$style.navCategory">
</ template>
<style lang="scss" module>
.navCategory {
position: relative;
width: 100%;
height: 94px;
margin: 40px 0 60px;
}
</style>