Import styles from correct path

This commit is contained in:
2025-07-04 00:36:12 -07:00
parent a0e66ec8e2
commit ba121c6479

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";