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
This commit was merged in pull request #2.
This commit is contained in:
2025-07-04 07:36:42 +00: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";