Skip to content

Commit

Permalink
Merge pull request #18 from Xanonymous-GitHub/enable-about-page
Browse files Browse the repository at this point in the history
Enable the about page
  • Loading branch information
Xanonymous-GitHub authored Feb 21, 2024
2 parents de5b9e8 + 2e2f910 commit ba350ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default defineConfig(({ mode }) => {
input: {
main: resolve(__dirname, './src/index.html'),
checkout: resolve(__dirname, './src/checkout.html'),
about: resolve(__dirname, './src/about.html'),
convertColors: resolve(__dirname, './src/convertColours.html'),
creditcard: resolve(__dirname, './src/creditcard.html'),
instructions: resolve(__dirname, './src/instructions.html'),
Expand Down

0 comments on commit ba350ce

Please sign in to comment.