Merge pull request 'robots and prod build' (#15) from dev into main
Reviewed-on: #15
This commit is contained in:
commit
a0a38a9d25
|
@ -3,7 +3,7 @@ name: Deploy
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev # Adjust the branch as needed
|
||||
- main # Adjust the branch as needed
|
||||
|
||||
jobs:
|
||||
build_and_push_images:
|
||||
|
|
|
@ -80,7 +80,7 @@ export default defineNuxtConfig({
|
|||
robots: {
|
||||
rules: {
|
||||
UserAgent: '*',
|
||||
Disallow: '/',
|
||||
// Disallow: '/',
|
||||
}
|
||||
}
|
||||
})
|
Loading…
Reference in New Issue