You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The site lives in a subdirectory at /amish-quilts/.
Therefore in the built index.html file, the assets need to be referenced from this path.
The current build script outputs <link rel="stylesheet" href="/src.7ed060e2.css"></head>
Acceptance Criteria
I can run npm run build and the source .html file is correct.
The text was updated successfully, but these errors were encountered:
Description
The site lives in a subdirectory at /amish-quilts/.
Therefore in the built index.html file, the assets need to be referenced from this path.
The current build script outputs
<link rel="stylesheet" href="/src.7ed060e2.css"></head>
Acceptance Criteria
I can run
npm run build
and the source .html file is correct.The text was updated successfully, but these errors were encountered: