Skip to content

Commit b6dd6b5

Browse files
committed
chore: remove SITE_URL env variable deprecated in latest NuxtSEO packages
1 parent a75c7bf commit b6dd6b5

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/CI-CD.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
run: |
3232
touch .env
3333
echo NODE_ENV="production" >> .env
34-
echo NUXT_PUBLIC_SITE_URL="https://www.tmlmt.com" >> .env
3534
- name: Build app
3635
run: pnpm generate
3736
- name: Deploy to Production server

nuxt.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,6 @@ export default defineNuxtConfig({
5555
blockNonSeoBots: true
5656
},
5757

58-
runtimeConfig: {
59-
public: {
60-
siteUrl: process.env.NUXT_PUBLIC_SITE_URL
61-
}
62-
},
63-
6458
site: {
6559
url: 'https://www.tmlmt.com',
6660
indexable: true

0 commit comments

Comments
 (0)