File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 - name : Build website
8585 run : yarn build
8686 working-directory : ./website
87+ env :
88+ NODE_ENV : production
8789
8890 # Popular action to deploy to GitHub Pages:
8991 # Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
Original file line number Diff line number Diff line change @@ -107,6 +107,9 @@ module.exports = {
107107 showRunmeLink: false,
108108 runmeLinkLabel: 'Checkout via Runme'
109109 },*/
110+ goatcounter : {
111+ code : "gama-platform" ,
112+ } ,
110113 docs : {
111114 sidebar : {
112115 autoCollapseCategories : true ,
@@ -224,6 +227,7 @@ module.exports = {
224227 * PLUGINS
225228 */
226229 plugins : [
230+ "docusaurus-plugin-goatcounter" ,
227231 [
228232 "@docusaurus/plugin-client-redirects" ,
229233 {
Original file line number Diff line number Diff line change 2121 "@mdx-js/react" : " ^3.0.0" ,
2222 "@saucelabs/theme-github-codeblock" : " ^0.3.0" ,
2323 "clsx" : " ^1.2.1" ,
24+ "docusaurus-plugin-goatcounter" : " ^4.0.0" ,
2425 "prism-gaml" : " ^0.1.3" ,
2526 "prism-react-renderer" : " ^2.1.0" ,
2627 "react" : " ^18.0.0" ,
2728 "react-dom" : " ^18.0.0"
2829 },
2930 "engines" : {
30- "node" : " >=18 .0"
31+ "node" : " >=20 .0"
3132 }
3233}
You can’t perform that action at this time.
0 commit comments