Try building

This commit is contained in:
2025-01-22 22:38:19 -06:00
parent 112d9dd063
commit 5bfbb3b88c
15 changed files with 597 additions and 104 deletions

View File

@@ -1,3 +1,7 @@
---
import { siteConfig } from "../config/site";
---
<footer
class="footer footer-center p-4 bg-base-300 text-base-content"
role="contentinfo"
@@ -5,7 +9,9 @@
<aside>
<p>
<span class="sr-only">Copyright</span>
© 2024 - All rights reserved by Your Business Name
© {new Date().getFullYear()} - All rights reserved by {
siteConfig.name
}
</p>
</aside>
</footer>