Skip to content

Commit

Permalink
feat(frontend): add baseURL to Nuxt.js config
Browse files Browse the repository at this point in the history
Added baseURL property to Nuxt.config.ts to set the base URL for the Trivia Quest app.
  • Loading branch information
sajjadth committed Nov 25, 2023
1 parent c5a55ed commit 3f59d88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default defineNuxtConfig({
"@pinia/nuxt",
],
app: {
baseURL: "/trivia-quest/",
head: {
title: "Trivia Quest",
meta: [
Expand Down

0 comments on commit 3f59d88

Please sign in to comment.