Skip to content

Commit

Permalink
feat: notelayout
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Jun 15, 2023
1 parent 7a87b93 commit d191cb2
Show file tree
Hide file tree
Showing 12 changed files with 115 additions and 528 deletions.
4 changes: 0 additions & 4 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import { config } from 'dotenv'
import NextBundleAnalyzer from '@next/bundle-analyzer'
import { withSentryConfig } from '@sentry/nextjs'
import { sentryWebpackPlugin } from '@sentry/webpack-plugin'
import { createVanillaExtractPlugin } from '@vanilla-extract/next-plugin'

const withVanillaExtract = createVanillaExtractPlugin()

process.title = 'Springtide (NextJS)'

Expand Down Expand Up @@ -95,7 +92,6 @@ if (env.SENTRY === 'true' && isProd) {
)
}

nextConfig = withVanillaExtract(nextConfig)
if (process.env.ANALYZE === 'true') {
nextConfig = NextBundleAnalyzer({
enabled: true,
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@
"@types/react-dom": "18.2.5",
"@types/remove-markdown": "0.3.1",
"@types/validator": "13.7.17",
"@vanilla-extract/css": "1.11.1",
"@vanilla-extract/next-plugin": "2.1.3",
"autoprefixer": "10.4.14",
"color": "4.2.3",
"cross-env": "7.0.3",
Expand Down
Loading

1 comment on commit d191cb2

@vercel
Copy link

@vercel vercel bot commented on d191cb2 Jun 15, 2023

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:

springtide – ./

springtide-innei.vercel.app
springtide.vercel.app
springtide-git-main-innei.vercel.app

Please sign in to comment.