feat: Header logo, gold-to-rusty-red title gradient, and /static asset folder #17

Merged
jason merged 5 commits from feat/header-logo-and-title-gradient into master 2026-03-09 18:52:01 -05:00
Showing only changes of commit 24d96ca08a - Show all commits

View File

@@ -13,6 +13,10 @@ export default defineConfig({
'/uploads': {
target: 'http://localhost:3000',
changeOrigin: true
},
'/static': {
target: 'http://localhost:3000',
changeOrigin: true
}
}
},
@@ -28,4 +32,4 @@ export default defineConfig({
}
}
}
})
})