Skip to content

Commit

Permalink
load config
Browse files Browse the repository at this point in the history
  • Loading branch information
walsh9 committed Aug 1, 2024
1 parent d3774ce commit f021ece
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { useUpdateCommentCounts } from '~~/composables/comments'
import type { ArticlePage } from '~~/composables/types/Page'
import { CacheControlAgeTime } from '~/composables/types/CacheControlAgeTime'
const config = useRuntimeConfig()
const riverStoryCount = ref(6)
const riverAdOffset = ref(2)
const riverAdRepeatRate = ref(6)
Expand Down
2 changes: 2 additions & 0 deletions pages/newsletters.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<script setup lang="ts">
import { CacheControlAgeTime } from '~/composables/types/CacheControlAgeTime'
const config = useRuntimeConfig()
const newsletters = [
{
title: 'Early Addition',
Expand Down

0 comments on commit f021ece

Please sign in to comment.