Skip to content

Commit

Permalink
Added empty space to example env file
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Jun 18, 2024
1 parent 1c696c8 commit 01d6c41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ NEXT_PUBLIC_DRUPAL_BASE_URL=https://dev.next-drupal.org

# Set this environment variable on the production environment only at launch. This will be used for the
# /sitemap.xml and allow search indexing on the site.
#NEXT_PUBLIC_DOMAIN=http://localhost:3000
#NEXT_PUBLIC_DOMAIN=http://localhost:3000

2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const icons: Icon[] = [16, 32, 96, 128, 192, 196].map(size => ({
* Metadata that does not change often.
*/
export const metadata = {
metadataBase: new URL("https://somesite.stanford.edu"),
metadataBase: new URL("https://sup.org"),
title: "Stanford University",
openGraph: {
type: "website",
Expand Down

0 comments on commit 01d6c41

Please sign in to comment.