[READ-ONLY] Mirror of https://github.com/danielroe/page-speed.dev. See and share Core Web Vitals and PageSpeed Insights results simply and easily. page-speed.dev
core-web-vitals pagespeed performance
0

Configure Feed

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

revert: drop build-time api token wiring

+1 -2
-1
.github/workflows/azure-static-web-apps-delightful-cliff-0acdaf71e.yml
··· 41 41 PRE_BUILD_COMMAND: npm i -g --force corepack && corepack enable 42 42 CUSTOM_BUILD_COMMAND: pnpm install && pnpm build 43 43 AZURE_STORAGE_ACCOUNT_KEY: ${{ secrets.AZURE_STORAGE_ACCOUNT_KEY }} 44 - NUXT_GOOGLE_API_TOKEN: ${{ secrets.NUXT_GOOGLE_API_TOKEN }} 45 44 with: 46 45 azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_DELIGHTFUL_CLIFF_0ACDAF71E }} 47 46 action: "upload"
+1 -1
nuxt.config.ts
··· 27 27 }, 28 28 runtimeConfig: { 29 29 google: { 30 - apiToken: process.env.NUXT_GOOGLE_API_TOKEN || '', 30 + apiToken: '', 31 31 }, 32 32 }, 33 33 routeRules: {