add SEO configuration with sitemap and robots files and implement HomeHeroSlider component styles
This commit is contained in:
parent
8cb0634936
commit
af12f6007a
@ -1,5 +1,7 @@
|
||||
import { MetadataRoute } from 'next';
|
||||
|
||||
export const dynamic = 'force-static';
|
||||
|
||||
export default function robots(): MetadataRoute.Robots {
|
||||
return {
|
||||
rules: {
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
import { MetadataRoute } from 'next';
|
||||
|
||||
export const dynamic = 'force-static';
|
||||
import { products } from '@/lib/products';
|
||||
import { blogPosts } from '@/lib/blog';
|
||||
|
||||
|
||||
@ -29,6 +29,8 @@
|
||||
.maskContainer {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user