Static Web Apps: Questions about Environments and Custom Domains #1160
Unanswered
RayDeanTech
asked this question in
Q&A
Replies: 1 comment
-
Answers:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Q: Can Static Web Apps support new-school gTLDs such as .tech, and .food?
Q: What is considered a single use of a Custom domain? Is the following example a use of 1 "custom domain"? Or, is this 4 uses of the "custom domain"?
Q: Can independent repositories be placed under specific hierarchies when deployed to the Static Web App? By this, I mean: assume all my content is at www.domain.com, but I want to have a separate repository for www.domain.com/demos/. Would that be adjusted here?
/src == primary content (its own repository)
/src/demos == where demos go (a completely separate repository)
/src/YetAnotherRepository/ == another, completely different project
Q: Do the included "3 pre-production environments" negate the need for a "dev" server?
Beta Was this translation helpful? Give feedback.
All reactions