No index.html as entry #2978
Answered
by
richardsimko
ItaiAxelrad
asked this question in
Q&A
-
I am using a static site generator and have no index.html file in the root directory prior to serve/build. |
Beta Was this translation helpful? Give feedback.
Answered by
richardsimko
Mar 11, 2023
Replies: 3 comments 7 replies
-
@ItaiAxelrad which SSG are you using? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Since this is the top hit on Google for "vite without index.html" here is the actual docs for how to do this https://vitejs.dev/guide/backend-integration.html (Library mode isn't the right answer) |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
sapphi-red
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since this is the top hit on Google for "vite without index.html" here is the actual docs for how to do this https://vitejs.dev/guide/backend-integration.html
(Library mode isn't the right answer)