mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-28 09:10:17 +02:00
signup: fix base path
This commit is contained in:
3
packages/signup/README.md
Normal file
3
packages/signup/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
command to build
|
||||
|
||||
npx parcel build index.html --public-url signup
|
2
packages/signup/dist/index.html
vendored
2
packages/signup/dist/index.html
vendored
@@ -1 +1 @@
|
||||
<!doctype html><html><head><title>signInWithPopup</title></head><body> <h1>signInWithPopup</h1> <script type="module" src="/index.1903c1b7.js"></script> </body></html>
|
||||
<!doctype html><html><head><title>signInWithPopup</title></head><body> <h1>signInWithPopup</h1> <script type="module" src="signup/index.1903c1b7.js"></script> </body></html>
|
@@ -6,6 +6,6 @@
|
||||
<body>
|
||||
<h1>signInWithPopup</h1>
|
||||
|
||||
<script type="module" src="signInWithPopup.js"></script>
|
||||
<script type="module" src="./signInWithPopup.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user