Updated astro to 2.9.0; pages in blog

This commit is contained in:
DarkCat09 2023-07-23 18:37:30 +04:00
parent be5d01a844
commit fef04a8829
5 changed files with 348 additions and 362 deletions

View file

@ -30,4 +30,7 @@ export default defineConfig({
rehypeFigure,
],
},
redirects: {
"/blog": "/blog/page0",
}
});