Add empty AST cache file for version 0.8.44 with non-object root data
This commit is contained in:
@@ -8,17 +8,12 @@ function NotFoundPage() {
|
||||
<div className="py-[105px] padding-responsive sm:py-[135px] md:py-[165px] lg:py-[201px] min-h-screen flex flex-col md:flex-row items-center justify-between gap-[50px]">
|
||||
<div className="flex w-full md:w-fit flex-col justify-center items-center">
|
||||
<div
|
||||
className="w-[136px] sm:w-[163px] md:w-[190px] lg:w-[218px]
|
||||
h-[51px] sm:h-[61px] md:h-[71px] lg:h-[82px]"
|
||||
className="w-[136px] sm:w-[163px] md:w-[190px] lg:w-[218px] h-[51px] sm:h-[61px] md:h-[71px] lg:h-[82px]"
|
||||
>
|
||||
<NumberNotFound />
|
||||
</div>
|
||||
<Image
|
||||
className="
|
||||
flex md:hidden mt-[20px]
|
||||
w-[200px] sm:w-[270px] md:w-[340px] lg:w-[411px]
|
||||
h-[200px] sm:h-[270px] md:h-[340px] lg:h-[405px]
|
||||
"
|
||||
className=" flex md:hidden mt-[20px] w-[200px] sm:w-[270px] md:w-[340px] lg:w-[411px] h-[200px] sm:h-[270px] md:h-[340px] lg:h-[405px] "
|
||||
src="/assets/images/notfound-cover.png"
|
||||
alt="notfound-cover"
|
||||
height={405}
|
||||
@@ -38,11 +33,7 @@ function NotFoundPage() {
|
||||
</Button>
|
||||
</div>
|
||||
<Image
|
||||
className="
|
||||
hidden md:flex
|
||||
w-[200px] sm:w-[270px] md:w-[340px] lg:w-[411px]
|
||||
h-[200px] sm:h-[270px] md:h-[340px] lg:h-[405px]
|
||||
"
|
||||
className=" hidden md:flex w-[200px] sm:w-[270px] md:w-[340px] lg:w-[411px] h-[200px] sm:h-[270px] md:h-[340px] lg:h-[405px] "
|
||||
src="/assets/images/notfound-cover.png"
|
||||
alt="notfound-cover"
|
||||
height={405}
|
||||
|
||||
Reference in New Issue
Block a user