File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ const data = computed(() => ({
2121 ... props .info ,
2222}))
2323
24- const iconBase = ' https://api.nuxtjs.org/api/ipx /s_80,f_webp/gh/nuxt/modules/main/icons/'
25- const avatarBase = ' https://api.nuxtjs.org/api/ipx /s_44,f_webp/gh_avatar/'
24+ const iconBase = ' https://ipx.nuxt.com /s_80,f_webp/gh/nuxt/modules/main/icons/'
25+ const avatarBase = ' https://ipx.nuxt.com /s_44,f_webp/gh_avatar/'
2626const githubBase = ' https://github.com/'
2727const npmBase = ' https://www.npmjs.com/package/'
2828
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const terminalId = useCurrentTerminalId()
1818const packageModules = computed (() => installedModules .value .filter (i => i .isPackageModule ))
1919const userModules = computed (() => installedModules .value .filter (i => ! i .isPackageModule ))
2020
21- const iconBase = ' https://api.nuxtjs.org/api/ipx /s_80,f_webp/gh/nuxt/modules/main/icons/'
21+ const iconBase = ' https://ipx.nuxt.com /s_80,f_webp/gh/nuxt/modules/main/icons/'
2222
2323registerCommands (() => [
2424 {
Original file line number Diff line number Diff line change 1- // https://v3.nuxtjs.org/api/configuration/nuxt.config
21export default defineNuxtConfig ( {
32 modules : [
43 '@nuxt/devtools' ,
You can’t perform that action at this time.
0 commit comments