diff options
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.env.example b/.env.example index 12ac09a..5f0c62f 100644 --- a/.env.example +++ b/.env.example @@ -35,6 +35,10 @@ NEXT_PUBLIC_ACKEE_FILENAME="tracker.js" NEXT_PUBLIC_ACKEE_SITE_ID="your-id-string" NEXT_PUBLIC_GITHUB_TOKEN="your-token" +# Use this if you get an error like "Error: 'sharp' is required to be installed +# in standalone mode for the image optimization to function correctly." +#NEXT_SHARP_PATH="node_modules/sharp" + # Use this only in development mode. It prevents "unable to verify the first # certificate" error when using a local domain with mkcert certificate for # backend. |
