We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2065d7 commit 4f332d1Copy full SHA for 4f332d1
2 files changed
public/404.html
@@ -36,7 +36,7 @@
36
/**
37
* We will redirect only if the page belongs to blog namespace
38
*/
39
- if (resource.includes('blog')) {
+ if (HomepageMenu.find(menu => menu.path === resource)) {
40
sessionStorage.redirect = resource
41
42
refresh = document.createElement('meta')
src/views/AboutView.vue
@@ -2,7 +2,6 @@
2
import SectionWithHeader from '@/components/Layout/SectionWithHeader.vue';
3
import ProjectsListFeature from '@/views/partials/ProjectsListFeature.vue';
4
import { Projects } from '@/data/Projects';
5
-import { Icon } from '@iconify/vue';
6
import { Tecnologias } from '@/data/Tecnologias';
7
import TechnologiesListFeature from '@/views/partials/TechnologiesListFeature.vue';
8
0 commit comments