feat(web): Add hero image and navbar
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
// @ts-check
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
import tailwind from '@astrojs/tailwind';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
|
||||
});
|
||||
integrations: [tailwind()]
|
||||
});
|
||||
Reference in New Issue
Block a user