Skip to content

Commit

Permalink
Update site
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Oct 31, 2023
1 parent 10ec5a6 commit f1f38b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion site/app/[locale]/root.layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { l } from 'to-line'
import { RedirectsProvider } from 'shared/contexts/redirects'
import redirects from '~/redirects.mjs'
import { Analytics } from '@vercel/analytics/react'
import config from '../../../../../master.css'
import config from 'shared/master.css'
import CSSProvider from '@master/css.react/CSSProvider'
import ThemeServiceProvider from '@master/css.react/ThemeServiceProvider'

Expand Down
2 changes: 1 addition & 1 deletion site/master.css.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from '../../../master.css'
export { default } from 'shared/master.css'
2 changes: 1 addition & 1 deletion site/project.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import pkg from '../../../package.json'
import pkg from 'shared/package.json'

const project = {
name: 'CSS',
Expand Down

0 comments on commit f1f38b4

Please sign in to comment.