From e137802aeab108bf77ef580343e4ea5523d1ffbe Mon Sep 17 00:00:00 2001 From: Kushagra Gour <chinchang457@gmail.com> Date: Thu, 9 May 2024 17:13:29 +0530 Subject: [PATCH] signup: fix base path --- packages/signup/README.md | 2 +- packages/signup/dist/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/signup/README.md b/packages/signup/README.md index 03437ca..f61063d 100644 --- a/packages/signup/README.md +++ b/packages/signup/README.md @@ -1,3 +1,3 @@ command to build -npx parcel build index.html --public-url signup +npx parcel build index.html --public-url /signup diff --git a/packages/signup/dist/index.html b/packages/signup/dist/index.html index 2f5ac98..955d4e0 100644 --- a/packages/signup/dist/index.html +++ b/packages/signup/dist/index.html @@ -1 +1 @@ -<!doctype html><html><head><title>signInWithPopup</title></head><body> <h1>signInWithPopup</h1> <script type="module" src="signup/index.1903c1b7.js"></script> </body></html> \ No newline at end of file +<!doctype html><html><head><title>signInWithPopup</title></head><body> <h1>signInWithPopup</h1> <script type="module" src="/signup/index.1903c1b7.js"></script> </body></html> \ No newline at end of file