Replies: 1 comment 1 reply
-
@PaoloJr90 did you find a solution to this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to deploy a simple static site to GitHub Pages from a repository subfolder. What configuration should I implement (either to packages.json and/or vite.config.js and or other changes)?
I have already tried
base: "/"
(in the vite.config.js) and many other iterations for thebase
, to no avail.For example, the current repository structure is:
each project has the necessary (minified) files to execute the static site. I have previously done this kind of deployment with
create-react-app
. In my case,project-a
was deployed usingcreate-react-app
;project-b
will be using vite (first time trying vite deployment)👍Beta Was this translation helpful? Give feedback.
All reactions