Add middleware for background and browser title

This commit is contained in:
BlossomiShymae
2024-10-10 15:08:25 -05:00
parent 06f8e33000
commit 464af54611
4 changed files with 23 additions and 9 deletions

View File

@@ -2,7 +2,6 @@
export default defineNuxtConfig({
devtools: { enabled: true },
ssr: false,
app: {
baseURL: "/clean-cuts/",
pageTransition: {
@@ -16,7 +15,6 @@ export default defineNuxtConfig({
head: {
htmlAttrs: {
"data-bs-theme": "dark",
"style": "background-image: url('/clean-cuts/img/background.jpg');"
},
bodyAttrs: {
class: "h-100"