@wix/astro 1.0.27 → 1.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.js CHANGED
@@ -11633,6 +11633,9 @@ var whitelistedFilePaths = [
11633
11633
  ),
11634
11634
  fileURLToPath2(
11635
11635
  new URL("../build-runtime/routes/auth/logout-callback.js", import.meta.url)
11636
+ ),
11637
+ fileURLToPath2(
11638
+ new URL("../build-runtime/routes/paylink/paylink.js", import.meta.url)
11636
11639
  )
11637
11640
  ];
11638
11641
  function setupSsrContext(rootDir) {
@@ -16970,6 +16973,14 @@ var createIntegration = (options = {
16970
16973
  prerender: false
16971
16974
  });
16972
16975
  }
16976
+ injectRoute({
16977
+ entrypoint: new URL(
16978
+ "../build-runtime/routes/paylink/paylink.js",
16979
+ import.meta.url
16980
+ ),
16981
+ pattern: "/_paylink/[id]",
16982
+ prerender: false
16983
+ });
16973
16984
  updateConfig({
16974
16985
  env: {
16975
16986
  schema: {