refactor(nuxt): add site prefix to error page titles
This commit is contained in:
parent
5d921c5087
commit
8a47da4e67
@ -16,7 +16,7 @@
|
|||||||
return darkBool.value ? "dark" : undefined;
|
return darkBool.value ? "dark" : undefined;
|
||||||
}).value,
|
}).value,
|
||||||
},
|
},
|
||||||
titleTemplate: "Error!",
|
titleTemplate: "Rockfic | Error!",
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user