Country name, 404

This commit is contained in:
2023-07-09 21:41:47 +04:00
parent 6438d1900c
commit feec2dd87e
5 changed files with 24 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
import { Box, Button, Heading, Image, List, ListIcon, ListItem, SimpleGrid, Text } from '@chakra-ui/react'
import { Box, Heading } from '@chakra-ui/react'
export const getStaticPaths = async () => {
const url = new URL(`${process.env.NEXT_PUBLIC_DIRECTUS_API_URL}/items/pages`)