mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2025-12-06 10:10:47 +01:00
Add middleware for background and browser title
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user