major change fixing bugs when running SSR in the project

This commit is contained in:
F4ilji
2025-04-26 22:59:46 +05:00
parent 1df1a1390f
commit 453fb4cccc
55 changed files with 414 additions and 362 deletions
@@ -146,7 +146,7 @@ export default {
<template>
<MetaTags :seo="this.seo" />
<MainPageNavBar class="border-b" :sections="$page.props.navigation" />
<MainPageNavBar :sections="$page.props.navigation" />
<div class="flex flex-col h-screen">
<main class="flex-grow">
+1 -1
View File
@@ -79,7 +79,7 @@ export default {
</script>
<template>
<MainPageNavBar class="border-b" :sections="$page.props.navigation"></MainPageNavBar>
<MainPageNavBar :sections="$page.props.navigation" />