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;
|
||||
}).value,
|
||||
},
|
||||
titleTemplate: "Error!",
|
||||
titleTemplate: "Rockfic | Error!",
|
||||
});
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user