experiments in a post-browser web
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(windows): use correct path for component imports

The component imports used peek://components/ which doesn't exist in
the protocol handler routes. The correct path is peek://app/components/
as components live in app/components/ directory.

+2 -2
+2 -2
extensions/windows/windows.html
··· 6 6 <meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1"> 7 7 <title>Windows</title> 8 8 <link rel="stylesheet" type="text/css" href="windows.css"> 9 - <script type="module" src="peek://components/peek-card.js"></script> 10 - <script type="module" src="peek://components/peek-grid.js"></script> 9 + <script type="module" src="peek://app/components/peek-card.js"></script> 10 + <script type="module" src="peek://app/components/peek-grid.js"></script> 11 11 </head> 12 12 <body> 13 13 <div class="search-container">