Skip to content

Commit

Permalink
nit: EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
james-a-morris authored Oct 15, 2024
1 parent 9fc634b commit e7bb31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_constants/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export const GOOGLE_ANALYTICS_TAG_ID = process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS_
// Server side environment variables
export const CONTENTFUL_SPACE_ID = process.env.CONTENTFUL_SPACE_ID;
export const CONTENTFUL_ACCESS_TOKEN = process.env.CONTENTFUL_ACCESS_TOKEN;
export const CONTENTFUL_REVALIDATE_SECRET = process.env.CONTENTFUL_REVALIDATE_SECRET;
export const CONTENTFUL_REVALIDATE_SECRET = process.env.CONTENTFUL_REVALIDATE_SECRET;

0 comments on commit e7bb31b

Please sign in to comment.