-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MWPW-138748 Moving Folders to avoid Namespace Collision (#25)
* Moving folders to check if fixes issues with stage.business.adobe.com * Modifying styles path * Reverting change * Not quite working yet
- Loading branch information
1 parent
7c678be
commit 82acdcc
Showing
9 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<script src="/scripts/fallback.js" nomodule></script> | ||
<script src="/scripts/scripts.js" type="module"></script> | ||
<script src="/bacom-blog/scripts/fallback.js" nomodule></script> | ||
<script src="/bacom-blog/scripts/scripts.js" type="module"></script> | ||
<style>body { display: none; }</style> | ||
<link rel="icon" href="data:,"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters