refactor(Components): move offcanvas from navbar to it's own component
This commit is contained in:
parent
ebbf02d9aa
commit
544815e4d2
7 changed files with 204 additions and 152 deletions
|
|
@ -4,6 +4,7 @@ import react from '@astrojs/react';
|
|||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
prefetch: true,
|
||||
integrations: [react()],
|
||||
experimental: {},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue