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 82986a6 commit 79f73f0Copy full SHA for 79f73f0
docs/.vuepress/config.js
@@ -46,8 +46,8 @@ export default defineUserConfig({
46
bundler: viteBundler(),
47
48
lang: 'en-US',
49
- title: 'Dragon Code: Deploy Operations for Laravel',
50
- description: 'Performing deploy operations with saving the list of called files',
+ title: 'Deploy Operations for Laravel',
+ description: 'Run operations after deployment - just like you do it with migrations!',
51
52
head: [
53
['link', {rel: 'icon', href: `https://${hostname}/images/logo.svg`}],
0 commit comments