Skip to content

Commit

Permalink
pic: Stop using dynamicParams otoyo#146
Browse files Browse the repository at this point in the history
  • Loading branch information
n0bisuke committed Dec 30, 2022
1 parent 9ce7e8e commit 24d2951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const NEXT_PUBLIC_SITE_TITLE = 'のびすけブログ'
const NEXT_PUBLIC_SITE_DESCRIPTION = '日記とかも入れてみようと思います。'
const BLOG_INDEX_CACHE = path.resolve('.blog_index_data')
const NUMBER_OF_POSTS_PER_PAGE = 10
console.log(`test`,NEXT_PUBLIC_GA_TRACKING_ID, NEXT_PUBLIC_URL);
// console.log(`test`,NEXT_PUBLIC_GA_TRACKING_ID, NEXT_PUBLIC_URL);


module.exports = {
Expand Down

1 comment on commit 24d2951

@vercel
Copy link

@vercel vercel bot commented on 24d2951 Dec 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nobi-blog – ./

nobi-blog-n0bisuke.vercel.app
nobi.suke.dev
nobi-blog-git-main-n0bisuke.vercel.app
nobi-blog.vercel.app

Please sign in to comment.