fix: Correct BaseLayout import path in projects/tech-stack
This commit is contained in:
parent
fcf2166676
commit
f5e95db49c
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
// src/pages/projects/tech-stack.astro
|
||||
import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
import BaseLayout from '../../layouts/BaseLayout.astro'; // Corrected path
|
||||
import Header from '../components/Header.astro';
|
||||
import Footer from '../components/Footer.astro';
|
||||
|
||||
|
|
Loading…
Reference in New Issue