Switch code highlighting extension
All checks were successful
Deploy / deploy (push) Successful in 5s

This commit is contained in:
Marcel Kapfer 2025-06-03 18:30:28 +02:00
parent 7d64be16cd
commit fe6737a797
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
6 changed files with 113 additions and 324 deletions

View file

@ -46,5 +46,8 @@ return [
return site()->visit($page);
}
],
]
],
'bogdancondorachi.code-highlighter' => [
'theme' => 'monokai',
],
];