Assets folder changes

This commit is contained in:
Bahadır Sofuoğlu
2022-11-16 12:30:29 +03:00
parent b1b45028ab
commit 913c84e7b8
167 changed files with 39 additions and 8082 deletions

View File

@@ -10,7 +10,7 @@ const smoothScroll = (id) => {
};
const logoUrl = () => {
return new URL(`/src/assets/layout/images/${isDarkTheme.value ? 'logo-white' : 'logo-dark'}.svg`, import.meta.url).href;
return new URL(`/public/layout/images/${isDarkTheme.value ? 'logo-white' : 'logo-dark'}.svg`, import.meta.url).href;
};
</script>