Skip to content

Commit a871a13

Browse files
committed
build setup
1 parent 165a36d commit a871a13

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.env

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
VITE_CONTENTFUL_BASE_URL=https://api.contentful.com
2+
# this is not a secret :)
3+
VITE_CONTENTFUL_CMA_TOKEN=QODt2cpA7LqQsSoqZd1oQ38yKLR7qQjh_UDHpOZYWOs
4+
VITE_CONTENTFUL_SPACE_ID=0375ld2k0qal
5+
VITE_CONTENTFUL_ENVIRONMENT_ID=dev

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="">
2+
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
55
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />

0 commit comments

Comments
 (0)