Skip to content

Commit fe9e43f

Browse files
authored
Trying to fix redirect (#51)
* Trying to fix redirect * Prettier
1 parent eebec73 commit fe9e43f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/astro.config.mjs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ export default defineConfig({
1515
src: './src/assets/logo.svg',
1616
},
1717
favicon: '/favicon.ico',
18-
social: [
19-
{ icon: 'github', label: 'GitHub', href: 'https://github.com/embucket/embucket-labs' },
20-
],
18+
social: [{ icon: 'github', label: 'GitHub', href: 'https://github.com/embucket/embucket' }],
2119
sidebar: [
2220
{
2321
label: 'Essentials',
@@ -48,6 +46,6 @@ export default defineConfig({
4846
plugins: [tailwindcss()],
4947
},
5048
redirects: {
51-
'/': '/essentials/introduction/',
49+
'/': '/essentials/quick-start/',
5250
},
5351
});

0 commit comments

Comments
 (0)