Skip to content

Commit 6a7f406

Browse files
committed
add missing NEXT_PUBLIC_SITE_URL to .env.test
1 parent b33ea1d commit 6a7f406

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/jsrepl/.env.test

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
NEXT_PUBLIC_SITE_URL=http://localhost:3000
12
NEXT_PUBLIC_PREVIEW_URL=http://localhost:5199
23
NEXT_PUBLIC_APP_VERSION=9.9.9

packages/jsrepl/next.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable no-console */
12
import createMDX from '@next/mdx'
23
import { readFileSync } from 'fs'
34
import Icons from 'unplugin-icons/webpack'

0 commit comments

Comments
 (0)