From 96339a79d32d3a652612fee5ee9efdc6b4c71240 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Fri, 15 Sep 2023 11:42:11 -0400 Subject: [PATCH] redirect tweak --- package-lock.json | 10 +++++----- package.json | 6 +++--- redirects.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c363e40..837032b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "apvd": "https://gitpkg.now.sh/runsascoded/shapes?f80bc91", "bootstrap": "^5.3.1", "next": "^13.4.13", - "next-utils": "https://gitpkg.now.sh/runsascoded/next-utils/dist?ae33f51", + "next-utils": "https://gitpkg.now.sh/runsascoded/next-utils/dist?fb16c2a", "react": "^18.0.0", "react-bootstrap": "^2.8.0", "react-dom": "^18.0.0", @@ -9766,8 +9766,8 @@ }, "node_modules/next-utils": { "version": "0.1.2", - "resolved": "https://gitpkg.now.sh/runsascoded/next-utils/dist?ae33f51", - "integrity": "sha512-yKvI+cCBjlMUWmzDHgB8svbilfDTOgl6Aw/XK+Os2EPTGl1nPFRtxqwqEPBtTAuNYN2CsUXl28Q13bgdi2IUXQ==", + "resolved": "https://gitpkg.now.sh/runsascoded/next-utils/dist?fb16c2a", + "integrity": "sha512-NSDKPylE6I6CtEMBBGXb6EWiqJO3wysq4ImtHQm7TdFRMpn1VSXLjbD1Skn8lmTmnrBOJ9cZ5Tud8gxTZp0rEA==", "dependencies": { "@duckdb/duckdb-wasm": "^1.24.0", "@mdx-js/loader": "^2.3.0", @@ -20893,8 +20893,8 @@ "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" }, "next-utils": { - "version": "https://gitpkg.now.sh/runsascoded/next-utils/dist?ae33f51", - "integrity": "sha512-yKvI+cCBjlMUWmzDHgB8svbilfDTOgl6Aw/XK+Os2EPTGl1nPFRtxqwqEPBtTAuNYN2CsUXl28Q13bgdi2IUXQ==", + "version": "https://gitpkg.now.sh/runsascoded/next-utils/dist?fb16c2a", + "integrity": "sha512-NSDKPylE6I6CtEMBBGXb6EWiqJO3wysq4ImtHQm7TdFRMpn1VSXLjbD1Skn8lmTmnrBOJ9cZ5Tud8gxTZp0rEA==", "requires": { "@duckdb/duckdb-wasm": "^1.24.0", "@mdx-js/loader": "^2.3.0", diff --git a/package.json b/package.json index 8b2eea4..be22b2a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "apvd": "https://gitpkg.now.sh/runsascoded/shapes?f80bc91", "bootstrap": "^5.3.1", "next": "^13.4.13", - "next-utils": "https://gitpkg.now.sh/runsascoded/next-utils/dist?ae33f51", + "next-utils": "https://gitpkg.now.sh/runsascoded/next-utils/dist?fb16c2a", "react": "^18.0.0", "react-bootstrap": "^2.8.0", "react-dom": "^18.0.0", @@ -41,8 +41,8 @@ "build": "next build", "start": "next start", "lint": "next lint", - "export": "next build && next export -o out/apvd && write-redirects -b apvd", - "gha-export": "next build && next export && write-redirects && touch out/.nojekyll", + "export": "next build && next export -o out/apvd && write-redirects -b apvd -ss", + "gha-export": "next build && next export && write-redirects -ss && touch out/.nojekyll", "test": "jest" } } diff --git a/redirects.json b/redirects.json index 94dba5c..ce3b3c4 100644 --- a/redirects.json +++ b/redirects.json @@ -1,3 +1,3 @@ { - "/circles": "/" + "/circles": "" }