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
// // Set the /<baseUrl>/ pathname under which your site is served
57
-
// // For GitHub pages deployment, it is often '/<projectName>/'
58
-
// baseUrl: '/',
59
-
60
-
// url: 'https://aboutcode-org.github.io',
61
-
// baseUrl: '/www.aboutcode.org/',
62
-
// trailingSlash: false,
63
-
64
-
// 2026-02-19 Thursday 18:06:22. Adapt the www.packageurl.org approach for the GH Pages vs. DreamHost baseUrl adjustment.
52
+
// Adapt the www.packageurl.org approach for the GH Pages vs. DreamHost baseUrl adjustment.
65
53
url: siteConfig[deployTarget].url,
66
54
baseUrl: siteConfig[deployTarget].baseUrl,
67
55
trailingSlash: false,
68
56
69
-
// 2026-02-20 Friday 11:02:52.No longer needed?
70
-
// For GitHub pages deployment:
71
-
// organizationName: 'aboutcode-org',
72
-
// projectName: 'www.aboutcode.org',
73
-
74
57
onBrokenLinks: 'throw',
75
-
// 2026-02-11 Wednesday 10:26:31. The following is deprecated, to be removed in v4, replaced with similar structure above under 'markdown:'.
58
+
// The following is deprecated, to be removed in v4, replaced with similar structure above under 'markdown:'.
76
59
// (New config was introduced in 3.9 -- https://docusaurus.io/blog/releases/3.9#:~:text=In%20%2311283%2C%20we%20added%20siteConfig,to%20make%20Docusaurus%20build%20faster.)
77
60
// onBrokenMarkdownLinks: 'warn',
78
61
@@ -99,8 +82,6 @@ const config = {
99
82
// TODO We can include a map here as in packageurl.org.
100
83
// Otherwise, provide a default (so “Edit this page” still works)
0 commit comments