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';
|
import { MetadataRoute } from 'next';
|
||||||
|
|
||||||
|
export const dynamic = 'force-static';
|
||||||
|
|
||||||
export default function robots(): MetadataRoute.Robots {
|
export default function robots(): MetadataRoute.Robots {
|
||||||
return {
|
return {
|
||||||
rules: {
|
rules: {
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
import { MetadataRoute } from 'next';
|
import { MetadataRoute } from 'next';
|
||||||
|
|
||||||
|
export const dynamic = 'force-static';
|
||||||
import { products } from '@/lib/products';
|
import { products } from '@/lib/products';
|
||||||
import { blogPosts } from '@/lib/blog';
|
import { blogPosts } from '@/lib/blog';
|
||||||
|
|
||||||
|
|||||||
@ -29,6 +29,8 @@
|
|||||||
.maskContainer {
|
.maskContainer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
|
clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user