Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

🚀 Migration Next.js to 13 #139

Merged
merged 39 commits into from Nov 27, 2022
Merged

🚀 Migration Next.js to 13 #139

merged 39 commits into from Nov 27, 2022

Commits on Nov 24, 2022

  1. Copy the full SHA
    4f9688a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4d94eb7 View commit details
    Browse the repository at this point in the history
  3. Enable appDir

    otoyo committed Nov 24, 2022
    Copy the full SHA
    4a31b92 View commit details
    Browse the repository at this point in the history
  4. Ignore .vscode directory

    otoyo committed Nov 24, 2022
    Copy the full SHA
    0fb9902 View commit details
    Browse the repository at this point in the history
  5. Style tsconfig.json

    otoyo committed Nov 24, 2022
    Copy the full SHA
    b8de44e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    fa3ca1a View commit details
    Browse the repository at this point in the history
  7. Add viewport to DocumentHead

    otoyo committed Nov 24, 2022
    Copy the full SHA
    9b4b887 View commit details
    Browse the repository at this point in the history
  8. Style DocumentHead

    otoyo committed Nov 24, 2022
    Copy the full SHA
    19ded54 View commit details
    Browse the repository at this point in the history
  9. Fix tests for DocumentHead

    otoyo committed Nov 24, 2022
    Copy the full SHA
    857c889 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    3996531 View commit details
    Browse the repository at this point in the history
  11. Fix server-constants path

    otoyo committed Nov 24, 2022
    Copy the full SHA
    f5bf8a2 View commit details
    Browse the repository at this point in the history
  12. Use next/link in Footer

    otoyo committed Nov 24, 2022
    Copy the full SHA
    5515a2d View commit details
    Browse the repository at this point in the history
  13. Remove ExtLink component

    otoyo committed Nov 24, 2022
    Copy the full SHA
    6b09764 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    82ff023 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    145cc1f View commit details
    Browse the repository at this point in the history
  16. Define RootLayout

    otoyo committed Nov 24, 2022
    Copy the full SHA
    04fad65 View commit details
    Browse the repository at this point in the history
  17. Define RootHead

    otoyo committed Nov 24, 2022
    Copy the full SHA
    dcbda4a View commit details
    Browse the repository at this point in the history
  18. Define RootPage

    otoyo committed Nov 24, 2022
    Copy the full SHA
    7f7ca0d View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    af209e3 View commit details
    Browse the repository at this point in the history
  20. Add 'use client' to components

    otoyo committed Nov 24, 2022
    Copy the full SHA
    4bfd4ba View commit details
    Browse the repository at this point in the history
  21. Stop using next/dynamic

    otoyo committed Nov 24, 2022
    Copy the full SHA
    29931a4 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    46cab88 View commit details
    Browse the repository at this point in the history
  23. Define /api/blocks/[id]

    otoyo committed Nov 24, 2022
    Copy the full SHA
    dd3a280 View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    81c2d81 View commit details
    Browse the repository at this point in the history
  25. Define NotFound component

    otoyo committed Nov 24, 2022
    Copy the full SHA
    ebead2e View commit details
    Browse the repository at this point in the history
  26. Define BlogHead

    otoyo committed Nov 24, 2022
    Copy the full SHA
    06f8af8 View commit details
    Browse the repository at this point in the history
  27. Define BlogPage

    otoyo committed Nov 24, 2022
    Copy the full SHA
    7851747 View commit details
    Browse the repository at this point in the history
  28. Define BlogSlugHead

    otoyo committed Nov 24, 2022
    Copy the full SHA
    fb026a2 View commit details
    Browse the repository at this point in the history
  29. Define BlogSlugPage

    otoyo committed Nov 24, 2022
    Copy the full SHA
    cdb2091 View commit details
    Browse the repository at this point in the history
  30. Define BlogBeforeDateHead

    otoyo committed Nov 24, 2022
    Copy the full SHA
    6842d24 View commit details
    Browse the repository at this point in the history
  31. Define BlogBeforeDatePage

    otoyo committed Nov 24, 2022
    Copy the full SHA
    a1f1814 View commit details
    Browse the repository at this point in the history
  32. Define BlogTagHead

    otoyo committed Nov 24, 2022
    Copy the full SHA
    cca8b9c View commit details
    Browse the repository at this point in the history
  33. Define BlogTagPage

    otoyo committed Nov 24, 2022
    Copy the full SHA
    f581f47 View commit details
    Browse the repository at this point in the history
  34. Define BlogTagBeforeDateHead

    otoyo committed Nov 24, 2022
    Copy the full SHA
    d9f4375 View commit details
    Browse the repository at this point in the history
  35. BlogTagBeforeDatePage

    otoyo committed Nov 24, 2022
    Copy the full SHA
    e369c21 View commit details
    Browse the repository at this point in the history
  36. Delete old page components

    otoyo committed Nov 24, 2022
    Copy the full SHA
    4251dca View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Delete /api/blocks API

    otoyo committed Nov 25, 2022
    Copy the full SHA
    1774b0c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    89885f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Copy the full SHA
    95ecba5 View commit details
    Browse the repository at this point in the history