diff --git a/package.json b/package.json index 00482f0..20bb494 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "scripts": { "start": "react-scripts start", "build": "react-scripts build", + "build-next": "PUBLIC_URL=\"/next/\" react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, diff --git a/public/index.html b/public/index.html index a3cdc46..1fb36ef 100644 --- a/public/index.html +++ b/public/index.html @@ -1,6 +1,7 @@
+