Skip to content

Commit

Permalink
remove authentication for blog
Browse files Browse the repository at this point in the history
  • Loading branch information
learntheropes committed Oct 3, 2022
1 parent 3671c2d commit 8ab035f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pages/blog/_slug.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

<script>
export default {
auth: false,
name: 'BlogSlug',
head() {
return {
Expand Down
1 change: 1 addition & 0 deletions pages/blog/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<script>
export default {
auth: false,
data: () => ({
posts: null,
}),
Expand Down

0 comments on commit 8ab035f

Please sign in to comment.