Compare commits

...

2 Commits

Author SHA1 Message Date
7de03b565a Merge pull request 'Import styles from correct path' (#2) from website-content-updates into main
All checks were successful
Build and Test / determine_version (push) Successful in 11s
Build and Test / build_and_push (push) Successful in 2m58s
Build and Test / test (push) Successful in 2s
Build and Test / deploy_production (push) Successful in 3s
Reviewed-on: #2
2025-07-04 07:36:42 +00:00
ba121c6479 Import styles from correct path 2025-07-04 00:36:12 -07:00

View File

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