Skip to content

Commit

Permalink
fix error page
Browse files Browse the repository at this point in the history
  • Loading branch information
faisalnjs committed Oct 1, 2024
1 parent 90b71e9 commit e568a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default {
rollupOptions: {
input: {
main: new URL('index.html', import.meta.url).pathname,
error: new URL('404.shtml', import.meta.url).pathname,
admin: new URL('admin/index.html', import.meta.url).pathname,
questions: new URL('admin/questions.html', import.meta.url).pathname,
upload: new URL('admin/upload.html', import.meta.url).pathname,
Expand Down

0 comments on commit e568a63

Please sign in to comment.