Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 6238599

Browse files
committed
changed frontend dist directory
1 parent b7692cd commit 6238599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

awscdk/awscdk/cdk_app_root.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ def __init__(
5555
self.static_site_stack = StaticSiteStack(self, "StaticSiteStack")
5656
self.static_site_bucket = self.static_site_stack.static_site_bucket
5757

58-
if os.path.isdir("../quasar/dist/pwa"):
58+
if os.path.isdir("./quasar/dist/pwa"):
5959
s3_deployment.BucketDeployment(
6060
self,
6161
"BucketDeployment",
6262
destination_bucket=self.static_site_bucket,
63-
sources=[s3_deployment.Source.asset("../quasar/dist/pwa")],
63+
sources=[s3_deployment.Source.asset("./quasar/dist/pwa")],
6464
distribution=self.cloudfront.distribution,
6565
)
6666

0 commit comments

Comments
 (0)