Skip to content

Commit 03fd624

Browse files
committedAug 20, 2023
docs: note about updating default branch
1 parent d205eb5 commit 03fd624

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎content/migrating from Quartz 3.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ When running `npx quartz create`, you will be prompted as to how to initialize y
3232

3333
## Things to update
3434

35+
- You will need to update your deploy scripts. See the [[hosting]] guide for more details.
36+
- Ensure that your default branch on GitHub is updated from `hugo` to `v4`.
3537
- Some HTML layout may not be the same between Quartz 3 and Quartz 4. If you depended on a particular HTML hierarchy or class names, you may need to update your custom CSS to reflect these changes.
3638
- If you customized the layout of Quartz 3, you may need to translate these changes from Go templates back to JSX as Quartz 4 no longer uses Hugo. For components, check out the guide on [[creating components]] for more details on this.
37-
- You will also need to update your deploy scripts. See the [[hosting]] guide for more details.

0 commit comments

Comments
 (0)
Please sign in to comment.