Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jimcinbrisbane committed May 31, 2023
1 parent 92858ac commit 57edf03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "cn",
"private": true,
"homepage": "https://codenetwork.co",
"version": "0.0.0",
"type": "module",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'

// https://vitejs.dev/config/
export default defineConfig({
export default defineConfig({
base: "/",
plugins: [react()],
})
server: {
Expand Down

0 comments on commit 57edf03

Please sign in to comment.