We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75c7bf commit b6dd6b5Copy full SHA for b6dd6b5
.github/workflows/CI-CD.yml
@@ -31,7 +31,6 @@ jobs:
31
run: |
32
touch .env
33
echo NODE_ENV="production" >> .env
34
- echo NUXT_PUBLIC_SITE_URL="https://www.tmlmt.com" >> .env
35
- name: Build app
36
run: pnpm generate
37
- name: Deploy to Production server
nuxt.config.ts
@@ -55,12 +55,6 @@ export default defineNuxtConfig({
55
blockNonSeoBots: true
56
},
57
58
- runtimeConfig: {
59
- public: {
60
- siteUrl: process.env.NUXT_PUBLIC_SITE_URL
61
- }
62
- },
63
-
64
site: {
65
url: 'https://www.tmlmt.com',
66
indexable: true
0 commit comments