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 e568a63 commit d07e8b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default {
rollupOptions: {
input: {
main: new URL('index.html', import.meta.url).pathname,
error: new URL('404.shtml', import.meta.url).pathname,
error: new URL('404.html', 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 d07e8b9

Please sign in to comment.