Coming Soon!

Under Construction: Moving to Astro!
But let's talk... Use links below to get in contact!

© Copyright 2023 Built with: Astro Logo
astro.config.mjs
tailwind.config.cjs
index.astro
import { defineConfig } from 'astro/config' ;
import tailwind from 'astro/config' ;

// https://astro.build/config

export default defineConfig({
site: 'https://nvwebd.com',
integrations: [tailwind()]
});