Skip to content

Commit 2f588dc

Browse files
authored
feat: update wc pricing plan (#85)
1 parent 1dc88b6 commit 2f588dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/.vitepress/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default defineConfig({
5353
},
5454
],
5555
},
56-
56+
5757
srcDir: '.',
5858
outDir: 'build',
5959

@@ -70,7 +70,7 @@ export default defineConfig({
7070
'Build the future of web based coding experiences, from interactive tutorials to instant production-ready dev environments.',
7171
head: getHeadTags(process.env),
7272
// See docs: https://vitepress.vuejs.org/guides/theme-nav
73-
73+
7474
// Sitemap
7575
lastUpdated: true,
7676
sitemap: {
@@ -89,7 +89,7 @@ export default defineConfig({
8989
{ text: 'Tutorial', link: 'https://webcontainer-tutorial.pages.dev', target: '_blank' },
9090
{ text: 'API Reference', link: '/api' },
9191
{ text: 'AI', link: '/ai' },
92-
{ text: 'Pricing', link: '/enterprise' },
92+
{ text: 'Pricing', link: 'https://stackblitz.com/pricing#webcontainer-api' },
9393
],
9494
sidebar: {
9595
'/guides/': SIDEBAR_DEFAULT,

docs/.vitepress/theme/components/AuthButtons/AuthButtons.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defineProps<{ place: 'navScreen' | 'navBar' }>();
44

55
<template>
66
<div :class="place === 'navScreen' ? 'navScreenContainer' : 'navBarContainer'">
7-
<a href="https://forms.default.com/360757" class="link accent">Book a demo</a>
7+
<a href="https://stackblitz.com/api-console" class="link accent">Go to Console</a>
88
</div>
99
</template>
1010

0 commit comments

Comments
 (0)