added new items to ignored list excludedPaths

This commit is contained in:
F4ilji
2025-05-20 11:47:04 +05:00
parent 115d084837
commit a8349c3ac3
+1 -1
View File
@@ -1,7 +1,7 @@
export const linksReform = { export const linksReform = {
data() { data() {
return { return {
excludedPaths: ['/sveden/', '/storage/'] excludedPaths: ['/sveden/', '/storage/', '/upload/', '/panorama/', '/abitur/']
} }
}, },
methods: { methods: {