Add missing troubleshooting note
a31ab4e5
1 file(s) · +1 −1
| 65 | 65 | ## Troubleshooting |
|
| 66 | 66 | ||
| 67 | 67 | - Make sure that you are either using `sequoia inject` or manually handling the required `<link>` tags for each post. Read [workflows](/workflows) for a clear order of operations to publish, inject, and deploy. |
|
| 68 | - | - |
|
| 68 | + | - If `<link>` tags are not added to your `<head>` tag, check if you configured your site to use a `pathTemplate`. If you did, you'll need to add `<link>` tags to your page templates yourself. See [document verification](#document-verification) for examples. |
|
| 69 | 69 | - Make sure that the `.well-known` publication record is present in your public/static folder, and that it's populating to your build folder (e.g. `dist`). There are some SSGs that will not automatically include dot files or directories. |