Skip to content

Commit

Permalink
change base path
Browse files Browse the repository at this point in the history
  • Loading branch information
aakarim committed Mar 13, 2024
1 parent 3fe384c commit cb92a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy
name: Test Deploy

on:
push:
Expand Down
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const nextConfig = {
images: {
unoptimized: true,
},
basePath: '/docs',
pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'mdx'],
}

Expand Down

0 comments on commit cb92a80

Please sign in to comment.