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

Remove trailing slashes from the website URLs

This commit is contained in:
Kamran Ahmed
2023-01-20 20:10:21 +04:00
parent 8b32a3a831
commit 5b93bc42db
28 changed files with 126 additions and 164 deletions

View File

@@ -10,7 +10,7 @@ export default defineConfig({
site: 'https://roadmap.sh',
markdown: {
shikiConfig: {
theme: 'dracula'
theme: 'dracula',
},
rehypePlugins: [
[
@@ -21,6 +21,9 @@ export default defineConfig({
],
],
},
build: {
format: 'file',
},
integrations: [
tailwind({
config: {