Skip to content

Commit 053b735

Browse files
committed
Hardcoded baseurl
1 parent 0b08743 commit 053b735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default defineNuxtConfig({
2121
trailingSlash: true
2222
},
2323
app: {
24-
baseURL: process.env.NUXT_APP_BASE_URL,
24+
baseURL: '/open-source/amplitudejs',
2525
},
2626
image: {
2727
ipx: {

0 commit comments

Comments
 (0)