Skip to content

Commit

Permalink
moving things to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
worldvisualizer committed Nov 27, 2024
1 parent 3b6f09e commit ba6af73
Show file tree
Hide file tree
Showing 47 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node_modules
coverage

# Production
# dist
dist
build

# Misc
Expand All @@ -31,4 +31,4 @@ yarn-error.log*
*.sln
*.sw?

.history
.history
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
plugins: [react()],
base: '/yurim_fe_portfolio/',
build: {
outDir: 'dist',
outDir: 'docs',
sourcemap: true,
assetsDir: 'assets',
rollupOptions: {
Expand Down

0 comments on commit ba6af73

Please sign in to comment.