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
Copy file name to clipboardExpand all lines: LICENSE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Articles
4
4
5
-
All files matching globs `blog/**/*`, `src/pages/**/*.{md,mdx}`, and `public/img/**/*` directories are licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). The attribution requirement is only met when:
5
+
All files matching globs `src/content/**/*`, `src/**/*.{md,mdx}`, `src/images/**/*`, and `public/img/**/*` directories are licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). The attribution requirement is only met when:
6
6
7
7
1. The canonical link is directed towards the original article, e.g. `<link rel="canonical" href="https://paularmstrong.dev/blog/<year>/<month>/<day>/<slug>" />`
8
8
2. The following message is displayed above and below the article: `This article has been originally published on <a href="https://paularmstrong.dev/">Paul Armstrong’s website</a>.`
0 commit comments