mirror of
https://github.com/xHyroM/website.git
synced 2024-11-22 23:11:06 +01:00
ci: add redirects
This commit is contained in:
parent
626aa306ab
commit
f9a0f63443
2 changed files with 16 additions and 13 deletions
|
@ -1,3 +0,0 @@
|
||||||
<script>
|
|
||||||
window.location.pathname = "/docs/items/nadpis/introduction";
|
|
||||||
</script>
|
|
|
@ -9,5 +9,11 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"redirects": [
|
||||||
|
{
|
||||||
|
"source": "/docs",
|
||||||
|
"destination": "/docs/items/nadpis/introduction"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue