1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-21 00:21:35 +02:00

Migrate C++ roadmap

This commit is contained in:
Kamran Ahmed
2025-03-21 15:05:33 +00:00
parent ff5609b722
commit b32adbe3c5
157 changed files with 5639 additions and 17558 deletions

View File

@@ -11,6 +11,14 @@ import react from '@astrojs/react';
// https://astro.build/config
export default defineConfig({
site: 'https://roadmap.sh/',
vite: {
server: {
allowedHosts: [
'roadmap.sh',
'port3k.kamranahmed.info',
],
},
},
markdown: {
shikiConfig: {
theme: 'dracula',