- Created general layout for pages with title as prop. - Added favicon - Added header and footer to the layout
6 lines
122 B
JavaScript
6 lines
122 B
JavaScript
// @ts-check
|
|
import { defineConfig } from 'astro/config';
|
|
|
|
// https://astro.build/config
|
|
export default defineConfig({});
|