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.
2 parents e2b8aba + 1e1b165 commit 70bee8fCopy full SHA for 70bee8f
components/Layout/Footer.vue
@@ -3,7 +3,7 @@
3
<footer
4
class="px-6 text-center bg-white border border-gray-300 rounded-lg shadow-lg"
5
>
6
- <div class="p-6">Copyright © {{ todayDate }} Daniel / w3bdesign</div>
+ <div class="p-6">Copyright reserved © {{ todayDate }} Daniel / w3bdesign</div>
7
</footer>
8
</div>
9
</template>
vercel.json
@@ -1,9 +1,9 @@
1
{
2
+ "version": 2,
"builds": [
"src": "nuxt.config.js",
- "use": "@nuxtjs/vercel-builder",
- "config": {}
+ "use": "@nuxtjs/vercel-builder"
}
]
-}
+}
0 commit comments