Import styles from correct path #2

Merged
caperren merged 1 commits from website-content-updates into main 2025-07-04 07:36:43 +00:00

View File

@@ -1,5 +1,5 @@
---
import './src/styles/global.css'
import '../styles/global.css'
import Navbar from '../components/Navbar.astro';
const pageTitle = Astro.props.title ? `${Astro.props.title} - Corwin Perren`: "Corwin Perren";