Skip to content

Commit

Permalink
added route for about page
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloSniperMonkey committed Dec 15, 2024
1 parent 51fabba commit f6f0663
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export default defineConfig({
assets: path.resolve(__dirname, "src/assets"),
api: path.resolve(__dirname, "src/api"),
components: path.resolve(__dirname, "src/components"),
data: path.resolve(__dirname, "src/data"),

},
},
})

0 comments on commit f6f0663

Please sign in to comment.