Skip to main content

Practice ยท 1 of 1

Ship It โ€” Deploy Decisions

A learner pushed their site but visitors see a broken layout with no styles. The site is at github.io/my-site/ and the HTML contains <link rel="stylesheet" href="/Users/ada/site/styles.css">. Write fix() returning an object: { problem: "paths" | "case" | "server", fix: "<the corrected link tag>" }.

Difficulty: intermediate

Back to lesson: Practice: Deploy: Put Your Site on the Internet โ€” Practice