Skip to content

Commit 82ef69d

Browse files
committed
fix: full build
1 parent d9979b2 commit 82ef69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/layouts/BaseLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Header from '../components/Header.astro';
33
import Footer from '../components/Footer.astro';
44
import '../styles/global.css';
55
import SearchPage from '../components/search/SearchPage';
6-
// Rest of imports and props remain the same.
6+
// Rest of imports and props remain the same
77
export interface Props {
88
// Basic SEO
99
name: string;

0 commit comments

Comments
 (0)