Skip to content

Commit

Permalink
add babelrc for browserslist, remove missed steak
Browse files Browse the repository at this point in the history
  • Loading branch information
thatmattlove committed Jan 8, 2021
1 parent 8626fcd commit e523cf4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"presets": [
[
"next/babel",
{
"preset-env": {
"useBuiltIns": "entry"
}
}
]
]
}
1 change: 0 additions & 1 deletion pages/docs/interconnection/ip-ranges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export const getStaticProps: GetStaticProps<IDocsArticlePage, UrlQuery> = async
const res = await getParsedContent<IDocsArticlePage['article']>('docsArticle', preview, {
'fields.slug': 'ip-ranges',
});
console.dir(res, { depth: null });
article = res[0];
} catch (err) {
console.error(err);
Expand Down

0 comments on commit e523cf4

Please sign in to comment.