Skip to content

Commit a6c8301

Browse files
style: Apply automated code formatting [skip ci]
1 parent 3e4eda6 commit a6c8301

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ Complete logout implementation that properly terminates both the local session a
112112
**Partially enabled.** Vite includes some security headers by default, but consider adding custom headers in `vite.config.ts`:
113113

114114
```typescript
115-
import { defineConfig } from 'vite'
116-
import react from '@vitejs/plugin-react'
115+
import { defineConfig } from 'vite';
116+
import react from '@vitejs/plugin-react';
117117

118118
export default defineConfig({
119119
plugins: [react()],
@@ -125,7 +125,7 @@ export default defineConfig({
125125
'Referrer-Policy': 'strict-origin-when-cross-origin',
126126
},
127127
},
128-
})
128+
});
129129
```
130130

131131
At minimum, configure:

0 commit comments

Comments
 (0)