We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac8819 commit 4c13198Copy full SHA for 4c13198
app/index.html
@@ -12,9 +12,9 @@ <h1>StackBlitz Zip API</h1>
12
<ul>
13
<script server>
14
const links = [
15
- 'https://stackblitz.zip/edit/nuxt-starter-k7spa3r4',
16
- 'https://stackblitz.zip/edit/vitejs-vite-starter',
17
- ]
+ '/edit/nuxt-starter-k7spa3r4',
+ '/edit/vitejs-vite-starter',
+ ].map(path => new URL(path, $REQUEST.url).href)
18
</script>
19
<? for (const link of links) { ?>
20
<li><a href="<?= link ?>" target="_blank" rel="noopener noreferrer"><?= link ?></a></li>
0 commit comments